Next.js Discord

Discord Forum

How to import styles from a components library?

Unanswered
Golden northern bumble bee posted this in #help-forum
Open in Discord
Golden northern bumble beeOP
Imagine we develop a library as a separate npm package and this library uses CSS modules.
Now how to build this library properly so that Next.js would automatically import all used *.module.css files from the library?

2 Replies

Golden northern bumble beeOP
Probably it's not about Next.js at all?
But maybe Next.js solved this problem somehow