Skip to content

Instantly share code, notes, and snippets.

@nixstrom
Created June 17, 2015 10:07
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 nixstrom/c3617e9a95a5d365928f to your computer and use it in GitHub Desktop.
Save nixstrom/c3617e9a95a5d365928f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<main>
<div></div>
<div></div>
<div></div>
<div></div>
</main>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
main {
background: lightblue;
display: flex;
margin: 0 auto;
overflow: hidden;
flex-flow: row wrap;
width: 800px;
}
div {
background: darkgreen;
flex: 1 0 calc(25% - 2rem);
height: 100px;
margin: 1rem;
}
main {
background: lightblue;
display: flex;
margin: 0 auto;
overflow: hidden;
flex-flow: row wrap;
width: 800px;
}
div {
background: darkgreen;
flex: 1 0 calc(25% - 2rem);
height: 100px;
margin: 1rem;
}
<main>
<div></div>
<div></div>
<div></div>
<div></div>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment