Created
August 23, 2012 04:26
-
-
Save andyford/3432334 to your computer and use it in GitHub Desktop.
Sass/Compass non-semantic opacity class insanity
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 $num from 0 through 100 { | |
| .opacity-#{$num} { | |
| @include opacity($num * .01); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment