Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 5, 2017 05:45
Show Gist options
  • Save mazipan/7fb031dec1395802f516a71245ca4d34 to your computer and use it in GitHub Desktop.
Save mazipan/7fb031dec1395802f516a71245ca4d34 to your computer and use it in GitHub Desktop.
$i : 12;
@while $i > 0 {
.column-#{$i} {
width: 2em * $i
}
$i: $i - 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment