allow Sass custom @rules

This commit is contained in:
Matthias Kretschmann 2017-07-18 13:31:33 +02:00
parent e5d035a880
commit 5852c476cb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ module.exports = {
'max-nesting-depth': 3,
'selector-max-compound-selectors': 3,
'max-empty-lines': 2,
'selector-max-id': 0
'selector-max-id': 0,
'ignoreAtRules': ['extend', 'import', 'mixin']
}
}