Skip to content

Commit

Permalink
fix flip curved text
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Jan 13, 2025
1 parent 3e49a83 commit 8fc8554
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scss/_arc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ o-arc {
transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
}


o-arc[flip]:not([value]), o-arc.flip:not([value]){
--o-angle-composite: var(--o-angle) * calc(var(--o-orbit-child-number) + 1) * var(--o-direction, 1);
}

0 comments on commit 8fc8554

Please sign in to comment.