Fixed stylelint deprecations

This commit is contained in:
squidfunk
2017-02-05 23:13:01 +01:00
committed by Martin Donath
parent 76a383fb1b
commit 9e3403ee4f
3 changed files with 9 additions and 14 deletions

View File

@@ -180,7 +180,6 @@
"z-index"
],
"property-no-vendor-prefix": true,
"root-no-standard-properties": true,
"selector-class-pattern": "^[a-z0-9]+(-[a-z0-9]+)*(__[a-z]+)?(--[a-z]+)?$",
"selector-descendant-combinator-no-non-space": null,
"string-quotes": "double",