Skip to content

Commit 9319a84

Browse files
Merge pull request #229 from Ayzrian/feat/allow-all-tailwind-at-rules
feat: allow all required tailwind @-rules
2 parents 96c4c81 + e368c2d commit 9319a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stylelint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
'selector-class-pattern': null,
3232
'scss/dollar-variable-pattern': null,
3333
'scss/at-rule-no-unknown': [true, {
34-
ignoreAtRules: ["theme"]
34+
ignoreAtRules: ['theme', 'plugin', 'apply', 'utility']
3535
}],
3636
},
3737
};

0 commit comments

Comments
 (0)