From caebaf5d46fc30a34f5149be861d5906053ef08d Mon Sep 17 00:00:00 2001 From: icarus Date: Wed, 24 Sep 2025 03:21:19 +0800 Subject: [PATCH] chore: add tailwindCSS class attributes to vscode settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 81bbc4167..ab4a2fa75 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,5 +47,9 @@ "search.exclude": { "**/dist/**": true, ".yarn/releases/**": true - } + }, + "tailwindCSS.classAttributes": [ + "className", + "classNames", + ] }