-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
cssnano mangles value if multiline with comment inside #81
Comments
@MadLittleMods Seems like it's variables problem. They process first. |
@TrySound Just to be clear, the variables properly resolve when |
@MadLittleMods Fixed by |
@ben-eb 👍 |
I came across a very weird issue where when
cssnano
is enabled, it will stop other plugins from transforming the value.The comment(
/* some comment */
) seems to be the messing with something as it works fine without it.Input:
Expected:
Actual (wrong):
The text was updated successfully, but these errors were encountered: