Open
Description
NextJs: Global CSS cannot be imported from within node_modules.
vercel/next.js#19936
nextjs restricts importing csss from node modules folder.
file here:
https://github.com/digidem/leaflet-side-by-side/blob/gh-pages/index.js
has 2 css imports
require('./layout.css')
require('./range.css')
which dont work in nextjs.
Metadata
Metadata
Assignees
Labels
No labels