Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Created July 20, 2018 10:24
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 claudia-romano/5ff116417d4395fff7b3afa557c01ac7 to your computer and use it in GitHub Desktop.
Save claudia-romano/5ff116417d4395fff7b3afa557c01ac7 to your computer and use it in GitHub Desktop.
$grid-columns: 12;
@for $i from 1 through $grid-columns {
.col--#{$i} {
flex-basis: round-width($i);
max-width: round-width($i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment