I started css-modules in the next.js project, but it caused the style of the third-party components I introduced in the jsx via import to fail. Since these styles are also compiled because css-modules is turned on, how do I use css-modules and import styles at the same time? Or how do I configure css-modules to ignore compiled import styles?
I look forward to and thank you for your reply!
I don't konw
Please follow the issue template in the future.
https://github.com/zeit/next.js/issues/new/choose
https://github.com/zeit/next.js/issues/new?template=8.Question_about_next.md
# Question about Next.js
GitHub Issues are reserved for Bug reports and Feature requests. The best place to get your question answered is to post it on https://spectrum.chat/next-js.
There's an open RFC to allow this: https://github.com/zeit/next.js/issues/8626