pleshevski.ru/styles/atoms/flex.scss

7 lines
244 B
SCSS
Raw Normal View History

2022-06-08 22:55:26 +03:00
.row-sta-sta { @include flex-layout(row, sta, sta) }
.row-sta-bet { @include flex-layout(row, sta, bet) }
.col-sta-sta { @include flex-layout(col, sta, sta) }
.col-str-sta { @include flex-layout(col, str, sta) }
.flex-1 { @include flex(1 0) }