Skip to content

Commit

Permalink
add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
qmi03 committed May 1, 2024
1 parent 8933807 commit 29c7581
Show file tree
Hide file tree
Showing 8 changed files with 3,380 additions and 78 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tailwindCSS.includeLanguages": {
"blade": "html"
},
"files.associations": {
"*.css": "tailwindcss"
}
}
1 change: 1 addition & 0 deletions smarthome/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

yarn.lock
node_modules
dist
dist-ssr
Expand Down
Loading

0 comments on commit 29c7581

Please sign in to comment.