Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML minification removes type="text" attribute from form fields #654

Open
heartfield opened this issue Apr 8, 2021 · 0 comments
Open

Comments

@heartfield
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant