-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error when using with PostCSS 6.0.2 #4
Comments
Are you able to post the code that you used that generated this error? |
A streamlined version, with plugins previously required, is:
I think the issue may be that cssnext internally includes the custom properties and the calc plugins, but the usage instructions for strip-units show it being required in between those two plugins. |
I have same problem. |
It is not clear what the cause of the error is that you are reporting, but I can make some guesses and they would be resolved as part of a pull request I submitted recently: |
@jeremyfrank, @cuiyajie, are you able to confirm that this works with version |
Seems to be working fine with 2.0.1! |
Got the error below when trying out this plugin for the first time, in a PostCSS plugin stack that looks like this:
postcss-easy-import
postcss-nesting
postcss-strip-units
postcss-cssnext
postcss-normalize
postcss-reporter
The text was updated successfully, but these errors were encountered: