We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the exception message:
.../node_modules/cssnext/dist/features.js:51 return require("postcss-selector-matches")(options); ^ TypeError: object is not a function
Seems like postcss-selector-matches is no more a function. Maybe v1.2.0 release should be a major one as it has breaking changes.
postcss-selector-matches
The text was updated successfully, but these errors were encountered:
The change is not intentional. I will push a fix.
Sorry, something went wrong.
afe918c
Fix released as 1.2.1, please uninstall and reinstall cssnext (this should update postcss-selector-matches to 1.2.1)
Just scrambled to fix this in production...thanks for fixing it @MoOx
I guess shrinkwrapping my repo was a valuable step to take either way.
@MoOx thank you for the really quick fix!
@MoOx That was really fast. Thanks :)
No branches or pull requests
Here is the exception message:
Seems like
postcss-selector-matches
is no more a function.Maybe v1.2.0 release should be a major one as it has breaking changes.
The text was updated successfully, but these errors were encountered: