summaryrefslogtreecommitdiff
path: root/vscode.tailwind.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
commitfcc2f4704e39b0e69b377cc138f75027721dac22 (patch)
tree732fc94b354a26c08fba9cc9059f9c6c900182be /vscode.tailwind.json
Initial template
Diffstat (limited to 'vscode.tailwind.json')
-rw-r--r--vscode.tailwind.json17
1 files changed, 17 insertions, 0 deletions
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"
+ }
+ ]
+}