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
CSS-minify removes spaces from calc() expression. I.e. calc(100% + 5px) ends up as calc(100%+5px) which doesn't work.
The text was updated successfully, but these errors were encountered:
Thanks a lot for report this. I will fix it 😄
Sorry, something went wrong.
Thanks again. I did a test with this case and it passed. 😄 Thanks!
No branches or pull requests
CSS-minify removes spaces from calc() expression. I.e. calc(100% + 5px) ends up as calc(100%+5px) which doesn't work.
The text was updated successfully, but these errors were encountered: