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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In version 1.9.0 the files were OK 😃
Then in 1.11.0 and 1.11.1 site.min.css causes the browser to render Arial font, and header.min.css removes the bottom margin of headers under IE 😥
The files seem messed up by compression or something.
OTOH site.css and header.css are fine... Thanks for your good job! 👍
The text was updated successfully, but these errors were encountered:
There's something funny in the minified output of site.min.css. I'll take a look
site.min.css
Sorry, something went wrong.
It looks like this was caused by a bug in clean-css clean-css/clean-css#476
I'll disable restructuring for now which will fix the issue.
#1919 Fixes issue with minification
b5a5d9c
It's fixed in clean-css 3.1.4 so you can just make sure that's the version you use. But turning off restructuring will fix it as well.
Thank you guys for the fix!
No branches or pull requests
In version 1.9.0 the files were OK 😃
Then in 1.11.0 and 1.11.1 site.min.css causes the browser to render Arial font, and header.min.css removes the bottom margin of headers under IE 😥
The files seem messed up by compression or something.
OTOH site.css and header.css are fine...
Thanks for your good job! 👍
The text was updated successfully, but these errors were encountered: