Skip to content

Instantly share code, notes, and snippets.

@hauleth
Created June 4, 2014 14:06
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 hauleth/e7a59e179b5d1ebb1b97 to your computer and use it in GitHub Desktop.
Save hauleth/e7a59e179b5d1ebb1b97 to your computer and use it in GitHub Desktop.
.container
width: 100%
max-width: 72rem
margin: 0 auto
padding: 0 0 1rem 0
.group
+clearfix
width: 100%
margin: 0 .5rem
&.medium
+media($medium-screen-up)
+display(inline-flex)
&.big
+media($large-screen-up)
+display(inline-flex)
@for $i from 1 to 5
.width-#{$i}
+flex($i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment