Skip to content

Commit

Permalink
implement v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Nov 27, 2024
1 parent 8b59d46 commit 8df86fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
@config "../tailwind.config.ts";
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "text-next-15-no-turbo",
"name": "mt-with-tailwind-v4",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -10,6 +10,7 @@
},
"dependencies": {
"@material-tailwind/react": "beta",
"@tailwindcss/postcss": "next",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
Expand All @@ -20,7 +21,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss": "next",
"eslint": "^8",
"eslint-config-next": "15.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
"@tailwindcss/postcss": {},
},
};

Expand Down

0 comments on commit 8df86fb

Please sign in to comment.