Skip to content

Commit 51dde11

Browse files
committed
Added .stylelintrc.json file to suppress the at-rules
1 parent 470dc0c commit 51dde11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.stylelintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"rules": {
3+
"at-rule-no-unknown": [
4+
true,
5+
{
6+
"ignoreAtRules": ["tailwind", "theme", "import"]
7+
}
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)