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
My source file has this:
.foo { font-size: calc(0.5em + 1vw); }
The plugin changes this to:
.foo{font-size:calc(0.5em+1vw)}
This is invalid and breaks the value.
This is is a blocker issue. The plugin is broken; I cannot use it.
The text was updated successfully, but these errors were encountered:
This seems to be a YUI issue: yui/yuicompressor#268 .
Sorry, something went wrong.
No branches or pull requests
My source file has this:
The plugin changes this to:
This is invalid and breaks the value.
This is is a blocker issue. The plugin is broken; I cannot use it.
The text was updated successfully, but these errors were encountered: