Skip to content

Commit 99882b2

Browse files
Merge pull request #681 from franz-bendezu/dependabot/npm_and_yarn/tailwindcss-4.0.7
chore(deps-dev): bump tailwindcss from 3.4.17 to 4.0.7
2 parents 0b012f4 + 929ca66 commit 99882b2

File tree

5 files changed

+195
-449
lines changed

5 files changed

+195
-449
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@formspree/react": "^2.5.1",
1313
"@headlessui/react": "^2.2.0",
1414
"@heroicons/react": "^2.2.0",
15+
"@tailwindcss/postcss": "^4.0.7",
1516
"next": "^15.1.7",
1617
"next-image-export-optimizer": "^1.18.0",
1718
"next-intl": "^3.26.4",
@@ -35,7 +36,7 @@
3536
"jsdom": "^26.0.0",
3637
"postcss": "^8.5.3",
3738
"prettier-plugin-tailwindcss": "^0.6.11",
38-
"tailwindcss": "^3.4.17",
39+
"tailwindcss": "^4.0.7",
3940
"typescript": "5.7.3",
4041
"vitest": "^3.0.6"
4142
}

postcss.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('postcss-load-config').Config} */
22
const config = {
33
plugins: {
4-
tailwindcss: {},
4+
"@tailwindcss/postcss": {},
55
},
66
};
77

src/app/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "tailwindcss";

src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "tailwindcss/tailwind.css";
21
import { ReactNode } from "react";
32
import { Metadata } from "next";
43
const isProd = process.env.NODE_ENV === "production";

0 commit comments

Comments
 (0)