UNPKG
@vivid-web/flexboxgrid-stylus
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
A simple flexbox CSS grid system
flexboxgrid.vivid-websolutions.nl
vivid-web/flexbox-grid-stylus
@vivid-web/flexboxgrid-stylus
/
src
/
components
/
_grid.styl
18 lines
(13 loc)
•
269 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import
'../bootstrap.styl'
.
grid
box-sizing
: border-box
display
: flex
flex-direction
: column
padding
:
0
.
5rem
+
variant
(
'container'
)
margin
:
0
auto
max-width
:
1200px
width
:
100%
+
variant
(
'no-gutters'
)
padding
:
0
make-grids
($breakpoints)