Skip to content

Commit be9eaa1

Browse files
committed
Cut off sizes to only 20
1 parent 65e4f25 commit be9eaa1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/styles/partials/_variables.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ $_sizes: ();
3535
$_sizes: list.append($_sizes, $i * 0.25);
3636
}
3737

38-
@for $i from 1 through 20 {
39-
$_sizes: list.append($_sizes, list.nth($_sizes, list.length($_sizes)) + 1);
40-
}
41-
4238
$_units: (
4339
"rem": 0rem,
4440
"em": 0em

0 commit comments

Comments
 (0)