Skip to content

Instantly share code, notes, and snippets.

@etoxin
Created March 31, 2015 06:46
Show Gist options
  • Save etoxin/983a222cbc0186ff70de to your computer and use it in GitHub Desktop.
Save etoxin/983a222cbc0186ff70de to your computer and use it in GitHub Desktop.
Computer breaking Scss
@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