UNPKG
@henris/color
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.2-beta-2
0.1.2-beta
0.1.1
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Color module for Henri's
github.com/henris-style/color
henris-style/color
@henris/color
/
.stylelintrc
15 lines
(14 loc)
•
202 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "plugins": [
"stylelint-order"
],
"rules"
: { "
order
/
order
": [
"custom-properties"
,
"dollar-variables"
,
"declarations"
,
"rules"
], }, "extends": [
"stylelint-logical-order"
] }