From fcc2f4704e39b0e69b377cc138f75027721dac22 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 15:08:37 +0300 Subject: Initial template --- vscode.tailwind.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vscode.tailwind.json (limited to 'vscode.tailwind.json') diff --git a/vscode.tailwind.json b/vscode.tailwind.json new file mode 100644 index 0000000..56e07f6 --- /dev/null +++ b/vscode.tailwind.json @@ -0,0 +1,17 @@ +{ + "version": 1.1, + "atDirectives": [ + { + "name": "@tailwind", + "description": "@tailwind tailwindcss" + }, + { + "name": "@layer", + "description": "@layer tailwindcss" + }, + { + "name": "@apply", + "description": "@apply tailwindcss" + } + ] +} -- cgit v1.2.3