5 lines
110 B
SCSS
5 lines
110 B
SCSS
@mixin flex($c, $x) {
|
|
flex-basis: calc(100% / #{$c} - #{$x * $base-line-height + 'rem'});
|
|
flex-grow: 0;
|
|
}
|