Fix css custom data for tailwind
This commit is contained in:
17
vscode.tailwind.json
Normal file
17
vscode.tailwind.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 1.1,
|
||||
"atDirectives": [
|
||||
{
|
||||
"name": "@tailwind",
|
||||
"description": "@tailwind tailwindcss"
|
||||
},
|
||||
{
|
||||
"name": "@layer",
|
||||
"description": "@layer tailwindcss"
|
||||
},
|
||||
{
|
||||
"name": "@apply",
|
||||
"description": "@apply tailwindcss"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user