Skip to content

Commit

Permalink
Increase allowed specificity as it often needs to be overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Jan 31, 2019
1 parent 563ac33 commit f4cac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
'property-no-vendor-prefix': true,
'selector-attribute-quotes': 'always',
'selector-max-compound-selectors': 3,
'selector-max-specificity': '0,3,0',
'selector-max-specificity': '0,4,0',
'selector-nested-pattern': [
'^&:',
{
Expand Down

0 comments on commit f4cac8c

Please sign in to comment.