Fix css custom data for tailwind

This commit is contained in:
prototypa
2023-01-22 02:35:02 -05:00
parent a01fd3880f
commit 7d296b1b6c
2 changed files with 1 additions and 1 deletions

17
vscode.tailwind.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": 1.1,
"atDirectives": [
{
"name": "@tailwind",
"description": "@tailwind tailwindcss"
},
{
"name": "@layer",
"description": "@layer tailwindcss"
},
{
"name": "@apply",
"description": "@apply tailwindcss"
}
]
}