UNPKG
flexbox-grid-less
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.0
2.0.0
1.2.0
1.1.0
1.0.0
A simple flexbox CSS grid system
flexboxgrid.vivid-websolutions.nl
vivid-web/flexbox-grid-less
flexbox-grid-less
/
src
/
components
/
col.less
10 lines
(9 loc)
•
150 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
.col
{
box-sizing
: border-box;
flex
:
0
0
100%
;
max-width
:
100%
;
padding
:
1rem
.
5rem
0
.
5rem
;
.variant
(no-gutters; {
padding
:
0
; }); }