home-lab/.vscode/settings.json

12 lines
292 B
JSON
Raw Permalink Normal View History

2024-03-09 18:48:49 +07:00
{
"tailwindCSS.classAttributes": [
"style",
"className",
],
"tailwindCSS.experimental.classRegex": [
"tw`([^`]*)",
["tw.style\\(([^)]*)\\)", "'([^']*)'"],
"cn\\(([^)]*)\\)",
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
]
}