Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active July 20, 2018 10:17
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/1ecac40890829cde32be72327f366bd3 to your computer and use it in GitHub Desktop.
Save claudia-romano/1ecac40890829cde32be72327f366bd3 to your computer and use it in GitHub Desktop.
@mixin gridAuto($min-width) {
@supports(grid-area: auto) {
grid-template-columns: repeat(auto-fit, minmax($min-width, 1fr));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment