-
Notifications
You must be signed in to change notification settings - Fork 115
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
Use PostCSS 5.0 #75
Comments
We add special hook fo 4.x plugin in PostCSS 5.0, but I found a bad place in nodes.splice.apply(nodes, [nodes.indexOf(atRule), 0].concat(newNodes)) By the many reasons, changing |
This was referenced Aug 25, 2015
I used a low level array manipulation because of all the bug the cloning methods were introducing. |
Closed by 0626939 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like
postcss.parse
broke a AST in PostCSS 5.0 (because your plugin depends on PostCSS 4.x and uses 4.x parser, which generates 4.x nodes).Can you update PostCSS in dependencies?
/cc @MoOx
The text was updated successfully, but these errors were encountered: