-
Notifications
You must be signed in to change notification settings - Fork 385
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
CSS in Reader mode is not minified #688
Comments
Yes; we should do this. Will try to get to it asap. |
Minifying CSS with PHP can lead to unexpected results, especially considering that the |
It should be minified with an existing tool, such as cssmin. Don't write your own minifier. If this CSS is static, it can be done at build time, not runtime. |
CSS in Classic/Reader mode is still not minified. See #2202 for how we can extend the minification and tree shaking to this mode. |
Verified in QA |
The AMP CSS inserting by the plugin (
.alignright
through.back-to-top
) is not minified.The text was updated successfully, but these errors were encountered: