Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 5, 2017 04:25
Show Gist options
  • Save mazipan/a03e39916e1aaa6d8fe7d456a5d63313 to your computer and use it in GitHub Desktop.
Save mazipan/a03e39916e1aaa6d8fe7d456a5d63313 to your computer and use it in GitHub Desktop.
$columnCount: 12;
@for $i from 1 through $columnCount
{
.column-#{$i}
{
float: left;
width: ((100/$columnCount)*$i)*1%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment