Skip to content

Commit

Permalink
Merge pull request #76 from 10up/feature/stylelint-allow-mixin-usage
Browse files Browse the repository at this point in the history
Adjust stylelint config to ignore mixins
  • Loading branch information
nicholasio authored Jun 23, 2021
2 parents e5f4a76 + 0f5d251 commit bea1df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
'no-eol-whitespace': null,
'selector-nested-pattern': ['^&'],
'no-descending-specificity': null,
'at-rule-no-unknown': [true, { ignoreAtRules: ['mixin', 'define-mixin'] }],
},
};

0 comments on commit bea1df2

Please sign in to comment.