Add Tailwind CSS v4 + Vite installation instructions

This commit is contained in:
garrettsiegel
2026-02-02 12:41:48 -05:00
parent 8da31944f6
commit b1fd2fbf5a
3 changed files with 253 additions and 1 deletions

10
.vscode/settings.json vendored
View File

@@ -17,5 +17,13 @@
"yaml.schemas": {
"./.schemas/collection.schema.json": "*.collection.yml",
"./.schemas/tools.schema.json": "website/data/tools.yml",
}
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"hide-files.files": []
}