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
HTML (and Kit) minification removes type="text" attribute from forms fields. This is unwanted behaviour in my project because I use CSS attribute selectors to target input type="text" fields.
A workaround is to exclude minification for specific files that shouldn't have this code removed, but it would be nice to expose HTML minification options in the CodeKit interface to be able to remove this specific minification feature.
The text was updated successfully, but these errors were encountered:
HTML (and Kit) minification removes
type="text"
attribute from forms fields. This is unwanted behaviour in my project because I use CSS attribute selectors to targetinput type="text"
fields.A workaround is to exclude minification for specific files that shouldn't have this code removed, but it would be nice to expose HTML minification options in the CodeKit interface to be able to remove this specific minification feature.
The text was updated successfully, but these errors were encountered: