Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

global css cannot be imported from files other than your

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

export default function MyApp({ Component, pageProps }) {
  return <Component {...pageProps} />
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #global #css #imported #files
ADD COMMENT
Topic
Name
7+1 =