diff --git a/.vscode/settings.json b/.vscode/settings.json index 7592c54830..81d4d0b4d4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,5 +19,8 @@ "**/ghost.map": true, "**/node_modules": true, "ghost/core/core/built/**": true - } -} \ No newline at end of file + }, + "tailwindCSS.experimental.classRegex": [ + ["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] + ] +}