Skip to content

Commit

Permalink
Remove .rounded since is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Dec 3, 2024
1 parent 7fe0041 commit 1e6bf67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ Can be used in parent elements or in each orbiter class
transform: var(--o-transform) rotate(calc(var(--o-angle-composite)));
}

o-progress.rounded,o-text.rounded {
--o-linecap: round;
}

.gooey-fx-light, .gooey-fx{
filter: url('data:image/svg+xml,\
<svg xmlns="http://www.w3.org/2000/svg">\
Expand Down

0 comments on commit 1e6bf67

Please sign in to comment.