Skip to content

Commit 4718f4b

Browse files
authored
add initial support for tailwindcss (#134)
Add support for and demo using tailwindcss
1 parent f437146 commit 4718f4b

14 files changed

+2704
-248
lines changed

.stylelintrc.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"rules": {
3+
"at-rule-no-unknown": [
4+
true,
5+
{
6+
"ignoreAtRules": [
7+
"extends",
8+
"apply",
9+
"tailwind",
10+
"components",
11+
"utilities",
12+
"screen"
13+
]
14+
}
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)