Skip to content

Instantly share code, notes, and snippets.

@ashimon83
Created December 4, 2020 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashimon83/7e2b2110c09f9606062e0b0f52fb5665 to your computer and use it in GitHub Desktop.
Save ashimon83/7e2b2110c09f9606062e0b0f52fb5665 to your computer and use it in GitHub Desktop.
blog202012 cssmoduleson js
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