Skip to content

Commit 2d7ceee

Browse files
committed
🤖: Updated to Tailwindcss V4
1 parent 1fff035 commit 2d7ceee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
42

53
body {
64
font-family: 'Poppins', 'Kantumruy Pro', sans-serif;

0 commit comments

Comments
 (0)