Skip to content

Instantly share code, notes, and snippets.

@hagenburger
Created June 6, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagenburger/7973c542134ec76b7baa to your computer and use it in GitHub Desktop.
Save hagenburger/7973c542134ec76b7baa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.18)
// ----
#x {
@for $i from 3 through 1 {
content: "#{$i}";
}
}
#x {
content: "3";
content: "2";
content: "1";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment