We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect when the tailwindcss v4 beta is installed, and generate the config directly into app.css. I've made an example of such config (that I use in my own app) here: https://gist.github.com/TheOnlyTails/2be83c37d96ed988c8d3353ec8574a75
app.css
This new config uses tailwind's new --color-* variables, plus the light-dark() function to handle theming and @utility to extend the container class.
--color-*
light-dark()
@utility
container
The text was updated successfully, but these errors were encountered:
only update to beta and the app.css?
Sorry, something went wrong.
When it is stable and ready - duplicate of #1527
No branches or pull requests
Prerequisites
Describe the feature
Detect when the tailwindcss v4 beta is installed, and generate the config directly into
app.css
.I've made an example of such config (that I use in my own app) here: https://gist.github.com/TheOnlyTails/2be83c37d96ed988c8d3353ec8574a75
This new config uses tailwind's new
--color-*
variables, plus thelight-dark()
function to handle theming and@utility
to extend thecontainer
class.The text was updated successfully, but these errors were encountered: