UNPKG
mobi-theme-dark
Version:
latest (0.0.2)
0.0.2
0.0.1
The dark theme for Mobi.css
getmobicss.com/themes/mobi-theme-dark
mobi-css/mobi-theme-dark
mobi-theme-dark
/
.stylelintrc.json
12 lines
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"stylelint-config-standard"
,
"ignoreFiles"
:
[
"dist/**"
]
,
"rules"
:
{
"at-rule-empty-line-before"
:
null
,
"declaration-block-properties-order"
:
"alphabetical"
,
"max-empty-lines"
:
3
,
"rule-nested-empty-line-before"
:
null
}
}