react-push-notification icon indicating copy to clipboard operation
react-push-notification copied to clipboard

CSS Import within module

Open CryogenicPlanet opened this issue 5 years ago • 2 comments

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 avatar Jan 31 '21 23:01 CryogenicPlanet

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

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

CryogenicPlanet avatar Feb 14 '21 00:02 CryogenicPlanet

???

hashinclude72 avatar Aug 06 '24 11:08 hashinclude72