We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<style>
<body>
Contrary to #581, it looks like a <style> in the <body> are not getting optimized.
For example
<body> <style> * { color: red; font-size: blue; } </style> </body>
Comes out without any minification applied
Answer is pretty simple actually, it was never enabled. 🤦
Could have sworn I had a test for this, so will definitely want to write one now. 😬
The text was updated successfully, but these errors were encountered:
thescientist13
Successfully merging a pull request may close this issue.
Contrary to #581, it looks like a
<style>
in the<body>
are not getting optimized.For example
Comes out without any minification applied
Answer is pretty simple actually, it was never enabled. 🤦
Could have sworn I had a test for this, so will definitely want to write one now. 😬
The text was updated successfully, but these errors were encountered: