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
Integration of 'addVitePlugin' import from '@nuxt/kit'
The team introduced the import addVitePlugin from the @nuxt/kit. This added functionality assist in enhancing the plugin handling capability of the application.
Inclusion of Tailwind CSS Version 4 detection mechanism
A new check was introduced to identify if Tailwind CSS version 4 is being used. If detected and the experimental supports are not enabled, the system will now provide a warning to the user.
Modification of 'resolveCSSPath' for Tailwind CSS Version 4 support
The resolveCSSPath was modified to support Tailwind CSS version 4. If the resolution fails, it has been designed to generate a default CSS file automatically for Tailwind CSS 4.
Conditional addition of Vite plugin for Tailwind CSS
New logic was added to add the Vite plugin for Tailwind CSS only under specific conditions: if the builder is @nuxt/vite-builder and Tailwind 4 is detected.
Upgrade of PostCSS plugin handling
The PostCSS plugin handling system was updated. If Tailwind CSS version 4 is detected, the system will support it, otherwise it will revert back to the previous configurations.
Extension of 'ExperimentalOptions' type
The ExperimentalOptions type was expanded to include a new tailwindcss4 option. This will allow users to leverage the capabilities of Tailwind CSS 4 within the application.
I am confused. How can I tell my Nuxt application to use tailwindcss 4? Just simply by changing the @tailwind directives to import @tailwind?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
❓ Type of change
📚 Description