mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Added clsx
Tailwind autocomplete support to VSCode
refs https://github.com/lukeed/clsx#tailwind-support - this should enable Tailwind autocomplete in `clsx` for those who use the Tailwind Intellisense plugin
This commit is contained in:
parent
cd4a3e3773
commit
8c393a2b55
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -19,5 +19,8 @@
|
|||||||
"**/ghost.map": true,
|
"**/ghost.map": true,
|
||||||
"**/node_modules": true,
|
"**/node_modules": true,
|
||||||
"ghost/core/core/built/**": true
|
"ghost/core/core/built/**": true
|
||||||
}
|
},
|
||||||
}
|
"tailwindCSS.experimental.classRegex": [
|
||||||
|
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user