-
-
Save ashimon83/7e2b2110c09f9606062e0b0f52fb5665 to your computer and use it in GitHub Desktop.
blog202012 cssmoduleson js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import styles from "./styles.scss"; | |
<div class={styles.className}>normal</div> | |
<div className={styles.otherClassName}>other</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment