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,
|
||||
"**/node_modules": true,
|
||||
"ghost/core/core/built/**": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user