Answers for "global css cannot be imported from files other than your"

CSS
0

global css cannot be imported from files other than your

import '../global-styles/main.scss'

export default function MyApp({ Component, pageProps }) {
  return <Component {...pageProps} />
}
Posted by: Guest on December-08-2020

Code answers related to "global css cannot be imported from files other than your"

Browse Popular Code Answers by Language