Best way to migrate to built-in CSS #11953
Unanswered
vitalybaev
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have pretty big Next.js project with PostCSS styles in old manner - we simply import css files in components and use BEM name convention.
Now we want to switch to built-in CSS support (global stylesheets + modules in components). But we can't just start using it for some components, we have to refactor all of our components, migrating them to CSS modules. Am I right? Is there any way to achieve it with minimal effort?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions