Merge pull request #4 from bigchaindb/fix/at-rules

allow Sass custom @rules
This commit is contained in:
Matthias Kretschmann 2017-07-18 13:38:09 +02:00 committed by GitHub
commit a8a441174b
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']
}
}