Last active
February 3, 2016 05:19
-
-
Save NatalieMac/370e1a5ad1a649c95ded to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%row { | |
@include display-flex; | |
@include flex-wrap(wrap); | |
margin-left: $page-gutter; | |
margin-right: $page-gutter; | |
} | |
@mixin col($span) { | |
@include box-sizing(border-box); | |
padding: 0 $gutter/2; | |
width: $column * $span; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment