Skip to content
New issue

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

feat(tailwind): update default configuration #3443

Closed
mbasadi opened this issue Mar 11, 2024 · 0 comments · Fixed by #3444
Closed

feat(tailwind): update default configuration #3443

mbasadi opened this issue Mar 11, 2024 · 0 comments · Fixed by #3444
Labels
bug Something isn't working

Comments

@mbasadi
Copy link
Contributor

mbasadi commented Mar 11, 2024

Default configuration throws the following warnings:

warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
warn - Update your configuration file to eliminate this warning.
warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources

warn - The `content` option in your Tailwind CSS configuration is missing or empty.
warn - Configure your content sources or your generated CSS will be missing styles.
warn - https://tailwindcss.com/docs/content-configuration

warn - The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.
warn - Change `darkMode` to `media` or remove it entirely.
warn - https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration
@mrgrain mrgrain added the bug Something isn't working label Mar 11, 2024
@mergify mergify bot closed this as completed in #3444 Mar 25, 2024
mergify bot pushed a commit that referenced this issue Mar 25, 2024
Fixes #3443



----
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants