UNPKG

418 Btext/stylusView Raw
1_gutter = 2u
2
3.root
4 padding-left _gutter
5 padding-right @padding-left
6
7 &.padding
8 padding-top _gutter
9 padding-bottom @padding-top
10
11 &.full
12 flex-grow 1
13 flex-shrink 0
14
15 &.width
16 &-mobile
17 max-width: $UI.media.mobile
18 &-tablet
19 max-width: $UI.media.tablet
20 &-desktop
21 max-width: $UI.media.desktop
22 &-wide
23 max-width: $UI.media.wide
24 // &-full is without max-width