️ perf(tailwind): add default tailwind css

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-19 02:49:01 +05:30
parent ec51dd504f
commit 3f70a94a96
5 changed files with 1065 additions and 37 deletions

View File

@@ -10,10 +10,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.24.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.10.2",
"sharp": "^0.32.5",
"@astrojs/check": "^0.7.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}
}