https://johnykim.me 로 구경 오세요.
src/style/theme.scss
src/style/_variables.scss
src/style/theme.{color}.module.ts
src/style/theme.ts
src/types/theme.d.ts
src/style/theme.scss
에 <테마 값> 추가/수정.src/style/_variables.scss
파일에 <테마 값> 변수 지정..tsx?
파일에서도 사용하기 위해 src/style/theme.{color}.module.scss
에서 <테마 값> 내보내고, src/style/theme.{color}.module.scss.d.ts
에 타입 정의.src/style/theme.scss
에 <테마 분류> 추가/수정, 추가하는 경우 필요에 따라 @each
문 돌리기.src/style/_variables.scss
파일 수정.src/style/theme.{새로운 테마 분류}.module.scss
파일 생성하고 src/style/theme.{color}.module.scss.d.ts
에 타입 정의.src/style/theme.ts
파일도 추가/수정.src/style/theme.scss
파일만 건드리면 됩니다.:root
대신에 [data-theme='dark'] { ... }
요런식으로 해서 light-theme과 마찬가지로 @each
문 돌려주면 됩니다.