Uses tailwind for most of the homepage styling and adds prettier

This commit is contained in:
2025-06-05 12:28:41 -07:00
parent 2f1edd9851
commit fe707a600e
8 changed files with 985 additions and 339 deletions

View File

@@ -12,6 +12,13 @@
"@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.4.0",
"astro": "^5.8.1"
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.8.1",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}
}