We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a277d commit 7f3ee03Copy full SHA for 7f3ee03
.stylelintrc.yaml
@@ -98,7 +98,7 @@ rules:
98
at-rule-allowed-list: null
99
at-rule-disallowed-list: null
100
at-rule-empty-line-before: null
101
- at-rule-no-unknown: true
+ at-rule-no-unknown: [true, {ignoreAtRules: [tailwind]}]
102
at-rule-no-vendor-prefix: true
103
at-rule-property-required-list: null
104
block-no-empty: true
0 commit comments