Last active
December 27, 2015 11:39
-
-
Save fieke/7320474 to your computer and use it in GitHub Desktop.
Berekening breakpoint 2.scss
This file contains 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
// susy | |
width: columns(4,9) + (columns(1,9)/2) + (gutter(9)/2); | |
margin-right: gutter(9); | |
// neat | |
width: flex-grid(4.5, 9) + flex-gutter(9); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment