spf13.com/assets/css/zombie/functions.scss

23 lines
446 B
SCSS

@function gutter() {
@return #{($line/$em)/4}em;
}
@function oneCol() {
@return 100% / $content_cols;
}
@function emStep($step) {
@return #{($step / $emSteps)}em;
}
//
// @for $i from 1 through $max_cols {
// #{$row-notation} #{$column-notation}#{$i} { @include row-col($i, 4); }
// }
//
// @for $i from 1 through $max_cols {
// #{$row-notation} #{$column-notation}#{$i} { @include row-col($i, 8); }
// }
//