Updated stylelintrc

This commit is contained in:
Andrey Okonetchnikov 2016-10-05 14:41:45 +02:00
parent e06f8ec3a9
commit a560d4e8fe

View File

@ -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",