Skip to content

Commit dd144ab

Browse files
committed
chore(deps): add tailwind
1 parent 0bdf068 commit dd144ab

File tree

3 files changed

+511
-146
lines changed

3 files changed

+511
-146
lines changed

2025/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { defineConfig } from 'astro/config';
44

55
import Macros from 'unplugin-macros/vite';
66

7+
import tailwindcss from '@tailwindcss/vite';
8+
79
// https://astro.build/config
810
export default defineConfig({
911
base: '/2025',
@@ -20,6 +22,7 @@ export default defineConfig({
2022
},
2123
plugins: [
2224
Macros(),
25+
tailwindcss(),
2326
],
2427
},
2528

2025/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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",
@@ -23,6 +24,7 @@
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": {
@@ -33,6 +35,7 @@
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
},

0 commit comments

Comments
 (0)