Update .stylelintrc

This commit is contained in:
vimux 2018-11-01 11:53:43 -04:00
parent 6275dea302
commit 403b4a203d
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -119,8 +119,7 @@
"flex-flow", "flex-flow",
"flex-shrink", "flex-shrink",
"flex-grow", "flex-grow",
"flex-order", "flex-wrap",
"flex-pack",
"align-content", "align-content",
"align-items", "align-items",
"align-self", "align-self",
@ -310,7 +309,10 @@
"animation-iteration-count", "animation-iteration-count",
"animation-direction", "animation-direction",
"animation-fill-mode", "animation-fill-mode",
"quotes",
"will-change",
"fill", "fill",
"fill-rule",
"stroke" "stroke"
] ]
} }