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
This line of code:
font-size: calc(20px + 2.77778vw)
is currently being minimized to this:
font-size:calc(20px+2.77778vw)
But that isn't valid CSS anymore. Whitespaces should not be removed.
The text was updated successfully, but these errors were encountered:
Please report the bug to https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port. Or you may try updating the version of CSSmin in composer.json.
Sorry, something went wrong.
and for sake of tracking, post issue link once you're done with bug report there
I added this one a couple of months ago, seems applicable?
No branches or pull requests
This line of code:
font-size: calc(20px + 2.77778vw)
is currently being minimized to this:
font-size:calc(20px+2.77778vw)
But that isn't valid CSS anymore. Whitespaces should not be removed.
The text was updated successfully, but these errors were encountered: