Skip to content

Commit

Permalink
add gap-0 value
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Aug 29, 2024
1 parent 8ef74be commit 0f89fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $max-grade: 360;
*/

$max-gaps: calc($max-orbiters / 2);
@for $i from 1 through $max-gaps {
@for $i from 0 through $max-gaps {
o-slice.gap-#{$i}, o-text.gap-#{$i} {
--o-gap: #{$i};
}
Expand Down

0 comments on commit 0f89fa5

Please sign in to comment.