Skip to content

Instantly share code, notes, and snippets.

@andyford
Created August 23, 2012 04:26
Show Gist options
  • Select an option

  • Save andyford/3432334 to your computer and use it in GitHub Desktop.

Select an option

Save andyford/3432334 to your computer and use it in GitHub Desktop.
Sass/Compass non-semantic opacity class insanity
@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