-
-
Notifications
You must be signed in to change notification settings - Fork 609
Should not resolve CSS Custom Variables #708
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
Comments
Test for this #709 |
Main CI passed https://travis-ci.org/webpack-contrib/css-loader/builds/373920345?utm_source=github_status&utm_medium=notification. Looks like you have other plugins for |
Thanks you reply. :root {
--box-padding-top: 10px;
--box-padding-right: 10px;
--box-padding-bottom: 10px;
--box-padding-left: 10px;
} In fact, I have made a fork repository to test this case, you can clone it to run test command. |
@iahu already fixed in |
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
CSS Custom Variables be compiled as normal css property, like the split properties compile to be a shorthand property.
If the current behavior is a bug, please provide the steps to reproduce.
will be compiled to
What is the expected behavior?
expected keep the
CSS Custom Variables properties
Please mention other relevant information such as your webpack version, Node.js version and Operating System.
node v8.9.1
webpack 3.8.1
The text was updated successfully, but these errors were encountered: