Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created July 22, 2014 00:28
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 mirisuzanne/eef33e4c29e71868d757 to your computer and use it in GitHub Desktop.
Save mirisuzanne/eef33e4c29e71868d757 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
@mixin test() {
@content;
}
@include test {
@for $i from 1 through 12 {
.t-#{$i} { hello: world; }
}
}
.t-1 {
hello: world;
}
.t-2 {
hello: world;
}
.t-3 {
hello: world;
}
.t-4 {
hello: world;
}
.t-5 {
hello: world;
}
.t-6 {
hello: world;
}
.t-7 {
hello: world;
}
.t-8 {
hello: world;
}
.t-9 {
hello: world;
}
.t-10 {
hello: world;
}
.t-11 {
hello: world;
}
.t-12 {
hello: world;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment