File tree Expand file tree Collapse file tree 5 files changed +195
-449
lines changed
Expand file tree Collapse file tree 5 files changed +195
-449
lines changed Original file line number Diff line number Diff line change 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" ,
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 }
Original file line number Diff line number Diff line change 11/** @type {import('postcss-load-config').Config } */
22const config = {
33 plugins : {
4- tailwindcss : { } ,
4+ "@ tailwindcss/postcss" : { } ,
55 } ,
66} ;
77
Original file line number Diff line number Diff line change 1+ @import "tailwindcss" ;
Original file line number Diff line number Diff line change 1- import "tailwindcss/tailwind.css" ;
21import { ReactNode } from "react" ;
32import { Metadata } from "next" ;
43const isProd = process . env . NODE_ENV === "production" ;
You can’t perform that action at this time.
0 commit comments