Created
March 31, 2015 06:46
-
-
Save etoxin/983a222cbc0186ff70de to your computer and use it in GitHub Desktop.
Computer breaking Scss
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
@for $a from 1 through 100{ | |
@for $b from 1 through 100{ | |
@for $c from 1 through 100{ | |
@for $d from 1 through 100{ | |
.margin-#{$a}-#{$b}-#{$c}-#{$d}{ | |
margin: $a $b $c $d; | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment