Skip to content

Commit 8a18355

Browse files
committed
Enable Tailwind intellisense on TransitionRoot attributes
1 parent 89baa5d commit 8a18355

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,17 @@
88
"editor.codeActionsOnSave": {
99
"source.fixAll.eslint": "explicit"
1010
},
11+
"tailwindCSS.classAttributes": [
12+
"class",
13+
"class:list",
14+
"className",
15+
"enter",
16+
"enter-from",
17+
"enter-to",
18+
"leave",
19+
"leave-from",
20+
"leave-to",
21+
"ngClass"
22+
],
1123
"typescript.tsdk": "./node_modules/typescript/lib"
1224
}

0 commit comments

Comments
 (0)