You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I think it would be great to implement the new Tailwind version 4 in the T3 stacks. I'm a bit frustrated when I'm required to migrate the Tailwind from version 3 to version 4 every time I uses the T3 stacks.
Describe the solution you'd like to see
Bump Tailwind version into version 4 in package.json file
Delete the tailwind.config.ts file
Adjust the global.css file to have the new @theme attribute and replaces the old @tailwind directives into @import tailwindcss
Is your feature request related to a problem? Please describe.
I think it would be great to implement the new Tailwind version 4 in the T3 stacks. I'm a bit frustrated when I'm required to migrate the Tailwind from version 3 to version 4 every time I uses the T3 stacks.
Describe the solution you'd like to see
package.json
filetailwind.config.ts
fileglobal.css
file to have the new@theme
attribute and replaces the old@tailwind
directives into@import tailwindcss
More about this: https://tailwindcss.com/docs/upgrade-guide
Describe alternate solutions
The user probably can choose which version of Tailwind they would like to use when initializing the T3 stacks through the CLI
Additional information
No response
The text was updated successfully, but these errors were encountered: