Skip to content

Commit

Permalink
Set defaults val on ring
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Jun 10, 2023
1 parent f07483e commit 5b04ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_core-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
}

div[class^='ring-'] {
--arc: 360; // ensure reset to default. useful for nested
--offset-angle: 0; // ensure reset to default. useful for nested
display: grid;
border-radius: 50%;
border: 0.1px solid var(--dark);
Expand Down

0 comments on commit 5b04ad0

Please sign in to comment.