Skip to content

Commit

Permalink
Increase number of fixed-width classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacbn committed Oct 25, 2024
1 parent b3fe821 commit d225bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/common/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ $viewport-sizes: (
}

// Fixed sizes
@for $size from 1 through 10 {
@for $size from 1 through 20 {
.wf-#{$size} {
width: #{$size}rem !important;
}
Expand Down

0 comments on commit d225bad

Please sign in to comment.