From b8305d89fe1c96786f42c22cc406ead9fea0efd1 Mon Sep 17 00:00:00 2001 From: Eero Holmala Date: Sat, 13 Apr 2024 11:02:48 +0300 Subject: [PATCH] Ignore tailwind css import warns --- .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