From a4054fea3eca98477d8f812e925819e2c70cb7f5 Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Wed, 1 Oct 2025 20:06:11 +0700 Subject: [PATCH] fix @apply on vscode --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..150fd8a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.css": "tailwindcss" + } +} \ No newline at end of file