File tree Expand file tree Collapse file tree 3 files changed +511
-146
lines changed Expand file tree Collapse file tree 3 files changed +511
-146
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import { defineConfig } from 'astro/config';
44
55import Macros from 'unplugin-macros/vite' ;
66
7+ import tailwindcss from '@tailwindcss/vite' ;
8+
79// https://astro.build/config
810export default defineConfig ( {
911 base : '/2025' ,
@@ -20,6 +22,7 @@ export default defineConfig({
2022 } ,
2123 plugins : [
2224 Macros ( ) ,
25+ tailwindcss ( ) ,
2326 ] ,
2427 } ,
2528
Original file line number Diff line number Diff line change 1515 },
1616 "dependencies" : {
1717 "@astrojs/react" : " ^4.2.0" ,
18+ "@tailwindcss/vite" : " ^4.1.6" ,
1819 "@types/react" : " ^19.0.8" ,
1920 "@types/react-dom" : " ^19.0.3" ,
2021 "astro" : " ^5.3.0" ,
2324 "react" : " ^19.0.0" ,
2425 "react-dom" : " ^19.0.0" ,
2526 "satori" : " ^0.12.1" ,
27+ "tailwindcss" : " ^4.1.6" ,
2628 "ufo" : " ^1.5.4"
2729 },
2830 "devDependencies" : {
3335 "eslint-plugin-astro" : " ^1.3.1" ,
3436 "eslint-plugin-format" : " ^1.0.1" ,
3537 "sharp" : " ^0.33.5" ,
38+ "tailwind-merge" : " ^3.3.0" ,
3639 "typescript" : " ^5.7.3" ,
3740 "unplugin-macros" : " ^0.16.0"
3841 },
You can’t perform that action at this time.
0 commit comments