Closed chasegiunta closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/tailwindlabs/tailwindcss-forms/6Y8N2dSqkeP46pMBkNQ3vtBWmBcF
✅ Preview: https://tailwindcss-forms-git-fork-chasegiunta-master-tailwindlabs.vercel.app
Thanks! Tagged a new release.
@alexandregiordanelli This doesn't look like the same bug. Something else is going on there.
@alexandregiordanelli This doesn't look like the same bug. Something else is going on there.
sorry, the tailwind doesnt detect a checkbox on prod env, I solved putting a checkbox hidden and the processor could solve it
Totally my fault on this one for the bad previous PR... Apologies.
Just in case anyone has reported this or similar: This typo really rears it's ugly head when using some postcss optimizations that combine style declarations (cssnano, perhaps?), thus breaking the background colors for checkboxes & radio buttons when using the
class
strategy.Attempting to merge styles like this:
into others like so:
Completely breaking the entire rule.