Skip to content

Commit

Permalink
chore: Add tailwind extension settings to workspace settings for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjain17 committed Sep 13, 2024
1 parent 606099a commit 8ce1c37
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"[\\S]*[cC]lass[\\S]*"
],
"files.associations": {
"*.rs": "rust"
},
"tailwindCSS.includeLanguages": {
"rust": "html",
"*.rs": "html"
}
}

0 comments on commit 8ce1c37

Please sign in to comment.