Fix stylelint rule

pull/441/head
Vladimir Volek 5 years ago
parent bd4dcf0965
commit fecfba6760

@ -17,13 +17,6 @@
"ignoreProperties": ["composes", "font-smoothing", "font-smooth"] "ignoreProperties": ["composes", "font-smoothing", "font-smooth"]
} }
], ],
"at-rule-empty-line-before": [
"always", {
"ignoreAtRules": [
"import"
]
}
],
"at-rule-no-unknown": [ true, { "at-rule-no-unknown": [ true, {
ignoreAtRules: ["each"] ignoreAtRules: ["each"]
}] }]

Loading…
Cancel
Save