Answer the question
In order to leave comments, you need to log in
How to keep importing styles from react in next.js?
Good evening. Can you please tell me how can I leave the default import of react styles in next?
What I want:
What next requires:
import '../css/global.css';
<style jsx>{'
.home {
width: 200px;
}
'}</style>
Answer the question
In order to leave comments, you need to log in
Add styles as mentioned in the documentation Global Styles , Styles for Components
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question