diff --git a/.vscode/settings.json b/.vscode/settings.json index c064958..4ef3f68 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,5 +28,9 @@ "**/CVS": true, "**/node_modules": true, "**/Thumbs.db": true - } + }, + "tailwindCSS.experimental.classRegex": [ + ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], + ["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] + ] }