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

CSS whitespace error with calc() #32

Open
monkeyArms opened this issue Sep 18, 2017 · 0 comments
Open

CSS whitespace error with calc() #32

monkeyArms opened this issue Sep 18, 2017 · 0 comments

Comments

@monkeyArms
Copy link

I just noticed that there is an issue with the CSS minification process - it removes whitespace inside calc() functions which causes the browser to reject the declaration. For example "width: calc(50% + 14px)" becomes "width:calc(50%+14px)".

I realize your plugin uses a 3rd party CSS minifier, but I'm not sure if the author of that library is still updating the code. If you need an alternative I have used this in several projects with very solid results.

Thanks for the great plugin BTW!

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

1 participant