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
text is the default value for the type attribute on <input> elements, so it's correct to omit it for minification purposes. This sounds more like a tailwind issue, as they should have CSS rules like input:not([type]), input[type=text].
https://github.com/tailwindlabs/tailwindcss-forms uses input[type='text'] to style input elements. But mimify-html removes it, so elements ends up unstylized.
The text was updated successfully, but these errors were encountered: