Updated stylelintrc
This commit is contained in:
parent
e06f8ec3a9
commit
a560d4e8fe
@ -8,6 +8,7 @@
|
|||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"at-rule-no-vendor-prefix": true,
|
"at-rule-no-vendor-prefix": true,
|
||||||
|
"comment-empty-line-before": false,
|
||||||
"function-url-no-scheme-relative": true,
|
"function-url-no-scheme-relative": true,
|
||||||
"function-url-quotes": "always",
|
"function-url-quotes": "always",
|
||||||
"max-nesting-depth": 3,
|
"max-nesting-depth": 3,
|
||||||
@ -123,7 +124,6 @@
|
|||||||
"border-bottom-right-image",
|
"border-bottom-right-image",
|
||||||
"border-bottom-left-image",
|
"border-bottom-left-image",
|
||||||
"background",
|
"background",
|
||||||
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
|
|
||||||
"background-color",
|
"background-color",
|
||||||
"background-image",
|
"background-image",
|
||||||
"background-attachment",
|
"background-attachment",
|
||||||
@ -181,6 +181,8 @@
|
|||||||
"font-stretch",
|
"font-stretch",
|
||||||
"font-size",
|
"font-size",
|
||||||
"font-family",
|
"font-family",
|
||||||
|
"-webkit-font-smoothing",
|
||||||
|
"-moz-osx-font-smoothing",
|
||||||
"src",
|
"src",
|
||||||
"line-height",
|
"line-height",
|
||||||
"opacity",
|
"opacity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user