Put back the grouped rule & disable the linting rule instead

This commit is contained in:
David Baker 2019-11-08 16:10:51 +00:00
parent 4283f9ec74
commit 3070ee6d7b
2 changed files with 5 additions and 4 deletions

View file

@ -15,6 +15,7 @@ module.exports = {
"number-leading-zero": null,
"selector-list-comma-newline-after": null,
"at-rule-no-unknown": null,
"no-descending-specificity": null,
"scss/at-rule-no-unknown": [true, {
// https://github.com/vector-im/riot-web/issues/10544
"ignoreAtRules": ["define-mixin"],