-
Notifications
You must be signed in to change notification settings - Fork 12
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
Consider Tailwind 3.x bump #182
Labels
Comments
MichalBryxi
pushed a commit
to MichalBryxi/tailwind-toucan-base
that referenced
this issue
Sep 27, 2022
- For tailwind-3.x the config of darkMode [should not be used](https://tailwindcss.com/docs/upgrade-guide) - It's only annoyance, but when using [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) I get tons of: > 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 - This PR should ... hopefully fix that
MichalBryxi
pushed a commit
to MichalBryxi/tailwind-toucan-base
that referenced
this issue
Sep 27, 2022
- For tailwind-3.x the config of darkMode [should not be used](https://tailwindcss.com/docs/upgrade-guide) - It's only annoyance, but when using [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) I get tons of: > 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 - This PR should ... hopefully fix that
NullVoxPopuli
added a commit
that referenced
this issue
Sep 27, 2022
…m-config fix(#182): remove darkMode from config
🎉 This issue has been resolved in version 3.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe that current version of this package supports tailwind ^2.2.15. There are some differences between v2 series and v3.
The one annoyance I noticed and why I'm raising this issue is that because when using prettier-plugin-tailwindcss which comes with
>= 3.x
compatibility, I'm getting:The text was updated successfully, but these errors were encountered: