Skip to content

Instantly share code, notes, and snippets.

@dustinhorton
Created July 15, 2015 14:27
Show Gist options
  • Save dustinhorton/027b204329abd2b928f8 to your computer and use it in GitHub Desktop.
Save dustinhorton/027b204329abd2b928f8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$cols: 3;
@for $i from 1 through $cols {
$index: index($cols, $i);
.col---1 {
index: $index;
content: $i;
}
}
.col---1 {
content: 1;
}
.col---1 {
content: 2;
}
.col---1 {
index: 1;
content: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment