Created
March 16, 2017 16:42
-
-
Save superfine/cc03d412651c6055803b627e3ca78d8d to your computer and use it in GitHub Desktop.
Class slug generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Create height spacer classes | |
| // ========================================================================= */ | |
| $class-slug: cwt-gen !default; | |
| @for $i from 0 through 50 { | |
| .#{$class-slug}-#{$i} { | |
| height: (1pt - 2) + $i; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment