I am creating a project with react, redux and next.js, and want to import CSS files in js.
I followed instructions in next.js/#css and next-css, but find out that CSS st
Add {name}.css to src/static/styles/.
{name}.css
src/static/styles/
Then modify the Head in src/pages/_document.js to include the following link:
Head
src/pages/_document.js
link