fabioshub / react-push-notification

Push notification library for React.js
46 stars 18 forks source link

CSS Import within module #3

Open CryogenicPlanet opened 3 years ago

CryogenicPlanet commented 3 years ago

Hey, I was trying to use this module and got a global CSS error with next.

You could resolve this by:

  1. Asking us to import the CSS file
  2. Moving to CSS modules

https://github.com/vercel/next.js/blob/master/errors/css-npm.md

CryogenicPlanet commented 3 years ago

The current solution using patch-package https://www.npmjs.com/package/patch-package

And this patch file https://gist.github.com/CryogenicPlanet/bdfc89af0a042c35576c4b0b984aaaa7

hashinclude72 commented 1 month ago

???