mirror of
https://github.com/khairul169/home-lab.git
synced 2025-06-17 17:19:33 +07:00
12 lines
292 B
JSON
12 lines
292 B
JSON
|
{
|
||
|
"tailwindCSS.classAttributes": [
|
||
|
"style",
|
||
|
"className",
|
||
|
],
|
||
|
"tailwindCSS.experimental.classRegex": [
|
||
|
"tw`([^`]*)",
|
||
|
["tw.style\\(([^)]*)\\)", "'([^']*)'"],
|
||
|
"cn\\(([^)]*)\\)",
|
||
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
||
|
]
|
||
|
}
|