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

Incorrect minification in CSS calc() #503

Closed
philippkuehn opened this issue Feb 1, 2016 · 3 comments
Closed

Incorrect minification in CSS calc() #503

philippkuehn opened this issue Feb 1, 2016 · 3 comments

Comments

@philippkuehn
Copy link

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.

@mrclay
Copy link
Owner

mrclay commented Feb 1, 2016

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.

@mrclay mrclay closed this as completed Feb 1, 2016
@glensc
Copy link
Collaborator

glensc commented Feb 1, 2016

and for sake of tracking, post issue link once you're done with bug report there

@futtta
Copy link

futtta commented Feb 1, 2016

I added this one a couple of months ago, seems applicable?

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

4 participants