Skip to content

Commit d3298c1

Browse files
committed
Add tailwindcss
1 parent 7d0903b commit d3298c1

File tree

7 files changed

+517
-57
lines changed

7 files changed

+517
-57
lines changed

.stylelintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rules:
9898
at-rule-allowed-list: null
9999
at-rule-disallowed-list: null
100100
at-rule-empty-line-before: null
101-
at-rule-no-unknown: true
101+
at-rule-no-unknown: [true, {ignoreAtRules: [tailwind]}]
102102
at-rule-no-vendor-prefix: true
103103
at-rule-property-required-list: null
104104
block-no-empty: true

0 commit comments

Comments
 (0)