diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 21:56:55 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 21:56:55 +0300 |
| commit | c735556726e75428550a3d28a2cf58e2c8490b7d (patch) | |
| tree | fd0ae29d1636b825abeedff6b99d3376bb383135 /vscode.tailwind.json | |
Initial template
Diffstat (limited to 'vscode.tailwind.json')
| -rw-r--r-- | vscode.tailwind.json | 17 |
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" + } + ] +} |
