Created
June 5, 2014 22:18
-
-
Save drrobotnik/12c7874d4a97e6215feb to your computer and use it in GitHub Desktop.
make columns
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
.coffee-row{ .make-row(0); } | |
.coffee-column{ .make-xs-column(1.71428; 0); } |
.grid--full{
.make-row(0);
.grid__item{
&.palm--one-half { .make-xs-column(6; 0); }
&.one-seventh { .make-sm-column(1.71428; 0); }
}
}
that's horrible
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.coffee-xs { .make-xs-column(12; 0); }
.coffee-sm { .make-sm-column(1.71428, 0); }