반응형
scss 파일도 적용됨
파일명.module.scss 형태로 이름을 지어준다.
그러면 리액트가 알아서 CSS Module이라고 인식함
import 할 때 styles from "./파일명.module.scss" 형태로 선언
사용 방식은 중괄호 열고 {styles.className}
그래서 클래스명에 특수기호를 넣으면 안된다.
클래스 두개를 쓰고 싶은 경우 백틱(`)을 써서 사용
{`${styles.className1} ${styles.className2}`}
반응형
'프론트엔드 > 리액트' 카테고리의 다른 글
eslint-plugin-react-hooks 패키지 (0) | 2023.06.17 |
---|---|
tslib 오류 수정 (0) | 2023.04.24 |
CSS Module (0) | 2022.12.10 |
You may need an additional loader to handle the result of these loaders (0) | 2022.12.10 |
'{}' 형식은 'ReactNode' 형식에 할당할 수 없습니다. (0) | 2022.12.10 |
댓글