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
{{ message }}
This repository was archived by the owner on Sep 11, 2021. It is now read-only.
Hey! This plugin is deprecated and not compatible with Tailwind CSS v2.0. You want to check out the @tailwindcss/forms plugin instead for 2.0 support 👍🏻
Hey! This plugin is deprecated and not compatible with Tailwind CSS v2.0. You want to check out the @tailwindcss/forms plugin instead for 2.0 support 👍🏻
Oh, thanks! Some research after I posted this issue I found this exacly explanation! I didn't see that you answered.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I successfully added
@tailwindcss/custom-forms
to my Elixir Phoenix project.However it seems that any
form-*
style class don't add some styles or add none at all.Version
tailwind: 2.0.3
custom-forms: 0.2.1
postcss: 8.2.6
tailwind.config.js
form compoenents
app.scss
form.css
How I use
I created a new
input/2
function that have this custom classesbasic-form*
, as:Screenshot

No focus:
With focus:

Input inspect styles:


Maybe can be a newbie error from my part but I'm not getting how to debbug or solve this issue.
The text was updated successfully, but these errors were encountered: