Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created January 25, 2014 08:15
Show Gist options
  • Save mturjak/8613379 to your computer and use it in GitHub Desktop.
Save mturjak/8613379 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$numbers: ("3": "three", "4": "four");
@each $number, $i in $numbers {
.#{$i}-#{$number} {
/* CSS styles */
}
}
.three-3 {
/* CSS styles */
}
.four-4 {
/* CSS styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment