Skip to content

Don't try to reduce an expression containing CSS variables. #9

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

Merged
merged 1 commit into from
Apr 19, 2016
Merged

Don't try to reduce an expression containing CSS variables. #9

merged 1 commit into from
Apr 19, 2016

Conversation

ben-eb
Copy link
Collaborator

@ben-eb ben-eb commented Apr 19, 2016

This fixes cssnano/cssnano#168.

@MoOx MoOx merged commit e183c4d into MoOx:master Apr 19, 2016
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

Successfully merging this pull request may close these issues.

Problem with minimizing calc(100% - var(--my-var)) to calc(1 - var(--my-var))
2 participants