Skip to content

Commit

Permalink
Allow !default annotation
Browse files Browse the repository at this point in the history
This fixes #131
  • Loading branch information
Hyzual committed Sep 27, 2022
1 parent e1b0b3d commit a28b254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
customSyntax: require('postcss-scss'),
plugins: ['stylelint-scss'],
rules: {
'annotation-no-unknown' ['default'],
'at-rule-no-unknown': null,
'comment-no-empty': null,
'function-no-unknown': null,
Expand Down

0 comments on commit a28b254

Please sign in to comment.