Created
December 3, 2013 15:48
-
-
Save vdchristelle/7771505 to your computer and use it in GitHub Desktop.
calculate width by colums and gutter
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
width: columns(4,9) + (columns(1,9)/2) + (gutter(9)/2); | |
margin-right: gutter(9); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment