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
This pull request is intended to update the configuration page in the Nuxt Tailwind documentation with the latest configurations to get rid of the deprecation warnings shown below:
Update to tailwindcss Configuration Path
The cssPath in the tailwindcss configuration has been updated. It now includes an additional option injectPosition, which allows for more flexibility in the positioning of css.
Enhanced Exposure Level Control
The exposeConfig property has been adjusted to contain a level property. This allows for greater control over how exposed our configuration is. Note that the exposeLevel property has consequently been removed from the tailwindcss configuration.
Removal of Redundant Properties
The injectPosition property has been removed from tailwindcss configuration. This keeps the codebase cleaner and more efficient, avoiding unnecessary redundancy.
Simplification of the Config Path
We've simplified the configPath property. It's now just tailwind.config, which is much easier to understand and manage.
Default Configuration Update
The default config property has been updated to an empty object. This ensures that our configuration starts from a clean state, mitigating chances of unwanted behaviors.
Enabled Viewer By Default
By default, the viewer property is now set to `true'. This ensures that all developers can view the tailwindcss configuration without having to change any settings.
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.
This pull request is intended to update the
configurationpage in the Nuxt Tailwind documentation with the latest configurations to get rid of the deprecation warnings shown below: