You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
Hi there, when using this module in Nextjs the issue: vercel/next.js#19936 is present. The error I get is:
./node_modules/@klaxit/cookie-consent/src/styles/main.scss
Global CSS cannot be imported from within node_modules.
Read more: https://nextjs.org/docs/messages/css-npm
Location: node_modules/@klaxit/cookie-consent/src/index.js
Is it possible to use compiled css too? I've tried using my non-existent webpack skills, to no avail. Or am I looking in the wrong direction completely?