hail2u / node-css-mqpacker

Pack same CSS media query rules into one using PostCSS
675 stars 60 forks source link

Package no longer supported #82

Closed mudithkr closed 2 years ago

mudithkr commented 2 years ago

When I migrated my project from node v8.x to v12.x, I got a warning npm WARN deprecated css-mqpacker@7.0.0: Package no longer supported. Contact support@npmjs.com for more info.

I would like to know what is the best replacement of this library?

hail2u commented 2 years ago

v9.0.0 is released on GitHub Packages, not npm.

I don’t know the replacement.

jimmywarting commented 2 years ago

You can install directly from github too

npm install githubname/reponame if the case is that you should install from github now then the deprication warning should say how to install it instead. looking at: https://www.npmjs.com/package/css-mqpacker

Just curios: why you ditched npm