tarellel / simple_form-tailwind

A basic rails generator for adding a simpleform config for tailwindCSS based forms
MIT License
65 stars 11 forks source link

Not compiling erros class #6

Closed oporpino closed 10 months ago

oporpino commented 10 months ago

When shows the error message, even with tag into the input, the tailwind does not compiling previous.

tarellel commented 10 months ago

Do you have a little more info I can go off of?

What error are you getting or not receiving? Is this something more to do with your simple_form config rather then the tailwind config in general?

oporpino commented 10 months ago

Im not receving an error, just the style is not applied.

i have to put this span class: "fix-tailwind text-rose-500 border-rose-500 hidden" #fix for tailwind compilation for simple_form on the body to make work. I need to force all class that I am using and add hidden to don't show this span tag.