Skip to content

Instantly share code, notes, and snippets.

@erickreutz
Created March 31, 2013 02:36
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 erickreutz/5279265 to your computer and use it in GitHub Desktop.
Save erickreutz/5279265 to your computer and use it in GitHub Desktop.
$i: 2;
@while $i <= 6 {
#container[data-cols="#{$i}"] {
$width: $baseWidth / $i;
.item {
width: $width;
&.featured {
width: $width * 2;
}
}
}
$i: $i + 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment