Skip to content

Instantly share code, notes, and snippets.

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/b2cc1c6cf10edeb974b64fc8be0c426f to your computer and use it in GitHub Desktop.
Save claudia-romano/b2cc1c6cf10edeb974b64fc8be0c426f to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 600px) {
@for $i from 1 through $grid-columns {
.col--md-#{$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