Skip to content

Commit

Permalink
fix angle-composite fallback angle
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Aug 29, 2024
1 parent d058cb6 commit 83cfd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ o-progress {
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
r: var(--o-radius);
stroke-width: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1));
transform: rotate(calc(var(--o-from) + var(--o-angle-composite, 90deg)));
transform: rotate(calc(var(--o-from) + var(--o-angle-composite, 0deg)));
position: absolute;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 83cfd40

Please sign in to comment.