added tailwind

This commit is contained in:
Philippe Loctaux 2023-05-09 20:03:11 +02:00
parent e717c51e67
commit 8338252433
4 changed files with 510 additions and 4 deletions

View file

@ -10,6 +10,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.4.1"
"@astrojs/tailwind": "^3.1.2",
"astro": "^2.4.3",
"tailwindcss": "^3.3.2"
}
}
}