Skip to content

Issue in Nextjs app while rendering css #54

Open
@santoshkaranam

Description

@santoshkaranam

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions