Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit d3045d5

Browse files
author
Aaron Imming
committed
Add css-filters as an exception to .stylelintrc
1 parent 6bec5e2 commit d3045d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"property-case" : "lower",
5252
"plugin/no-unsupported-browser-features" : [true, {
5353
"severity": "warning",
54-
"ignore": ["calc", "user-select-none", "multicolumn", "css-appearance", "border-radius", "pointer"]
54+
"ignore": ["calc", "user-select-none", "multicolumn", "css-appearance", "border-radius", "pointer", "css-filters"]
5555
}],
5656
"rule-empty-line-before" : ["always", { "ignore": ["after-comment"], "except": ["inside-block-and-after-rule", "first-nested"] }],
5757
"selector-attribute-brackets-space-inside" : "never",

0 commit comments

Comments
 (0)