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

Spaces around + are removed #193

Open
ropoman opened this issue Mar 2, 2015 · 1 comment
Open

Spaces around + are removed #193

ropoman opened this issue Mar 2, 2015 · 1 comment
Assignees

Comments

@ropoman
Copy link

ropoman commented Mar 2, 2015

Version 2.4.8 removes spaces in:
height: calc(100% + 1px);
This causes an error in Safari. My workaround:
height: calc(100% - -1px);
The spaces around + should not be removed

@vinnyrose
Copy link

#59 #107 849356c

@tml tml self-assigned this Mar 16, 2015
eikek added a commit to eikek/fomantic-slim-default that referenced this issue Nov 4, 2020
Yuicompressor is broken; it creates invalid css from the perfectly
valid input css file.

For example, yui/yuicompressor#193 and
related issues.
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

3 participants