Migrate create react app with sass to nextjs
Unanswered
Tan posted this in #help-forum
TanOP
I want to migrate a medium size project with a few hundred files.
In React we used scss imports also on component base.
As I don't want to edit every component with every DOM element I'm searching for a solution to do this the same way with the current nextjs.
Any suggestions?
Thanks in advance
In React we used scss imports also on component base.
import './MyComponent.scss'As I don't want to edit every component with every DOM element I'm searching for a solution to do this the same way with the current nextjs.
Any suggestions?
Thanks in advance