UNPKG
flex-box-grid
Version:
latest (1.0.0)
1.0.0
0.2.0
Responsive, mobile first Flexbox Grid
godban.github.io/flex-box-grid
godban/flex-box-grid
flex-box-grid
/
.stylelintrc
8 lines
(7 loc)
•
161 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"stylelint-config-recommended"
,
"rules"
:
{
"at-rule-no-unknown"
:
null
,
"declaration-block-no-redundant-longhand-properties"
:
null
}
}