1
0
mirror of https://github.com/bigchaindb/stylelint-config-bigchaindb.git synced 2025-02-05 08:37:40 +01:00

control specificity

This commit is contained in:
Matthias Kretschmann 2017-05-30 23:49:15 +02:00
parent 8f9039789b
commit b413d80181
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -37,6 +37,8 @@ module.exports = {
'at-rule-no-vendor-prefix': true,
'property-no-vendor-prefix': true,
'selector-no-vendor-prefix': true,
'value-no-vendor-prefix': true
'value-no-vendor-prefix': true,
'max-nesting-depth': 3,
'selector-max-compound-selectors': 3
}
}