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
Adding these classes to the safelist in assets/tailwind.config.js makes them work. I could not find another way to get it work. This is also covered in https://elixirforum.com/t/using-generated-class-names-in-tailwind-under-phoenix-1-7/57995
safelist: [ "bg-red-500", "hover:bg-red-600", "bg-green-500", "hover:bg-green-600" ],
Version info:
phoenix 1.7.20 phoenix_html 4.2.1 phoenix_live_reload 1.5.3 phoenix_live_view 1.0.7 tailwind 0.3.1
The text was updated successfully, but these errors were encountered:
@gitkinder thanks for opening this issue. Not something we've experienced before. But hopefully it will help others who encounter the same issue. 👌
Sorry, something went wrong.
No branches or pull requests
Adding these classes to the safelist in assets/tailwind.config.js makes them work. I could not find another way to get it work.
This is also covered in https://elixirforum.com/t/using-generated-class-names-in-tailwind-under-phoenix-1-7/57995
Version info:
The text was updated successfully, but these errors were encountered: