add initial support for tailwindcss (#134)

Add support for and demo using tailwindcss
This commit is contained in:
Pencho BELNEYSKI
2022-11-18 05:37:00 +01:00
committed by GitHub
parent f4371469fc
commit 4718f4b870
14 changed files with 2617 additions and 161 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"extends",
"apply",
"tailwind",
"components",
"utilities",
"screen"
]
}
]
}
}