postcss / postcss-selector-matches

PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS (simpler selectors)
MIT License
44 stars 10 forks source link

TypeError: require(...) is not a function #9

Closed s-panferov closed 7 years ago

s-panferov commented 7 years ago

Hi, I have an issue with 2.0.2 version:

node_modules/postcss-cssnext/lib/features.js:101
    return require("postcss-selector-matches")(options);
                                              ^
TypeError: require(...) is not a function
MoOx commented 7 years ago

Closed by d6ce44b7091884f831f5b56ddc42c2b30aa35c3d

s-panferov commented 7 years ago

Thanks for the quick fix!