Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created January 25, 2014 08:11
Show Gist options
  • Select an option

  • Save mturjak/8613363 to your computer and use it in GitHub Desktop.

Select an option

Save mturjak/8613363 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
$numbers: (3 "three") (4 "four");
@each $i in $numbers {
.#{nth($i,2)}-#{nth($i,1)} {
/* 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