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
If I do this in my source
.selector { width: calc(100% - 80px); }
The result will be
.selector { width: calc(100% - 80px); width: calc(100% - 80px); }
It should just leave the declaration as-is.
The text was updated successfully, but these errors were encountered:
Sorry I think I've logged this in the wrong place. Should I log it over at reduce-css-calc instead?
Sorry, something went wrong.
Nope this issue belong to this plugin which is not testing the value before cloning & changing it.
51ee3f8
Patch released as 4.0.1
No branches or pull requests
If I do this in my source
The result will be
It should just leave the declaration as-is.
The text was updated successfully, but these errors were encountered: