Last active
September 28, 2017 01:18
-
-
Save linmic/ccad6a3416729a89aae4ee9a927d14d6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#wrapper { | |
.component { | |
color: red; | |
} | |
} | |
/* jsx | |
import styles from './App.scss'; | |
<div id={styles.wrapper} /> // yes, you can do this | |
*/ | |
/* output | |
<div id="wrapper___clSV"> | |
<button class="component___1mYC"> | |
</div> | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment