skip to Main Content

Avoid SASS-files being imported globally Reactjs

In my file Home.tsx containing components for my Home-page I import a SASS-file like this: import styles from "../styles/Home.module.sass" Home.module.sass #container width: 100% height: 100vh display: block overflow: auto #container > div width: 50% float: left height: 100% display: flex…

VIEW QUESTION
Back To Top
Search