Skip to content

Commit 62c0556

Browse files
Use theme(static) with v4.0.8
1 parent f6346c8 commit 62c0556

File tree

3 files changed

+75
-94
lines changed

3 files changed

+75
-94
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@heroicons/react": "^2.2.0",
1616
"@next/mdx": "^15.1.6",
1717
"@shikijs/transformers": "^1.26.1",
18-
"@tailwindcss/postcss": "4.0.0",
18+
"@tailwindcss/postcss": "4.0.8",
1919
"@types/mdx": "^2.0.13",
2020
"clsx": "^2.1.1",
2121
"dedent": "^1.5.3",
@@ -27,11 +27,11 @@
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0",
2929
"shiki": "^1.26.1",
30-
"tailwindcss": "4.0.7"
30+
"tailwindcss": "4.0.8"
3131
},
3232
"devDependencies": {
3333
"@svgr/webpack": "^8.1.0",
34-
"@tailwindcss/node": "4.0.0-beta.9",
34+
"@tailwindcss/node": "4.0.8",
3535
"@types/hast": "^3.0.4",
3636
"@types/node": "^22.10.5",
3737
"@types/react": "^19.0.3",

pnpm-lock.yaml

Lines changed: 71 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "tailwindcss";
1+
@import "tailwindcss" theme(static);
22
@import "./search.css";
33
@import "./typography.css" layer(components);
44

0 commit comments

Comments
 (0)