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
I just deleted alll priv/static/css,priv/static/js and assets/node_modules/.cache/hard-source folders and recompiled all project and it worked gracefully.
What version of @tailwindcss/forms are you using?
0.3.2
What version of Node.js are you using?
12.19.1
What browser are you using?
Microsoft Edge Chromium
What operating system are you using?
Artix Linux
Reproduction repository
https://github.com/Mdsp9070/tailwind-forms-bug-reproduction
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.Versions
tailwind: 2.0.3
postcss: 8.2.6
tailwind.config.js
form components
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.
Actually, in the reproduction repository it worked! But I'm not getting how I could debug my original application!
To make the reproduction repository works you need:
Elixir: > 1.7
Phoenix: 1.5.8
yarn: 1.22.10
Steps:
The text was updated successfully, but these errors were encountered: