Skip to content

Commit

Permalink
tailwind css
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Nov 4, 2024
1 parent de9f8e2 commit 2bb0e1c
Show file tree
Hide file tree
Showing 6 changed files with 473 additions and 785 deletions.
19 changes: 18 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,22 @@
},
"rust-analyzer.cargo.features": [
// "ssr"
]
],
"emmet.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"tailwindCSS.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"files.associations": {
"*.rs": "rust"
},
"editor.quickSuggestions": {
"other": "on",
"comments": "on",
"strings": true
},
"css.validate": false,
}
Loading

0 comments on commit 2bb0e1c

Please sign in to comment.