Skip to content

Instantly share code, notes, and snippets.

@mikeyjk
Forked from mturjak/SassMeister-input.scss
Created October 28, 2016 02:39
Show Gist options
  • Save mikeyjk/58123ff8e93b6cb22ed474a98b1ba6e1 to your computer and use it in GitHub Desktop.
Save mikeyjk/58123ff8e93b6cb22ed474a98b1ba6e1 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