Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Created July 20, 2018 10:22
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/b0820cd0db66e3d6c18190090fdc2111 to your computer and use it in GitHub Desktop.
Save claudia-romano/b0820cd0db66e3d6c18190090fdc2111 to your computer and use it in GitHub Desktop.
.flex-grid {
display: flex;
flex-wrap: wrap;
margin: calc(var(--grid-gap) * -1) 0 0 calc(var(--grid-gap) * -1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment