Migrate to official Astro Tailwind integration for robust styling

This commit is contained in:
Felix Brabetz
2026-05-16 02:07:56 +02:00
parent 100d722f78
commit cd6aaa1ef1
4 changed files with 38 additions and 36 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
{
"name": "brabetz-homepage",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -10,6 +10,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.0"
"astro": "^4.0.0",
"@astrojs/tailwind": "^5.1.0",
"tailwindcss": "^3.4.0"
}
}