Skip to content

Commit

Permalink
Enable Tailwind intellisense on TransitionRoot attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Aug 4, 2024
1 parent 3574506 commit 7ed17f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"tailwindCSS.classAttributes": [
"class",
"class:list",
"className",
"enter",
"enter-from",
"enter-to",
"leave",
"leave-from",
"leave-to",
"ngClass"
],
"typescript.tsdk": "./node_modules/typescript/lib"
}

0 comments on commit 7ed17f9

Please sign in to comment.