From e058955a115a459d044eebc41d2b3231f409db02 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 8 Aug 2023 00:34:44 +0900 Subject: [PATCH] chore: allow tailwind intellisense on variables --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1b61843..a531ba7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -83,6 +83,8 @@ "less.lint.unknownAtRules": "ignore", "scss.lint.unknownAtRules": "ignore", "color-highlight.markerType": "outline", + // https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssclassattributes + "tailwindCSS.classAttributes": ["class", "className", ".*Styles*"], "[dotenv]": { "editor.defaultFormatter": "foxundermoon.shell-format" },