Skip to content

Instantly share code, notes, and snippets.

@linmic
Last active September 28, 2017 01:18
Show Gist options
  • Save linmic/ccad6a3416729a89aae4ee9a927d14d6 to your computer and use it in GitHub Desktop.
Save linmic/ccad6a3416729a89aae4ee9a927d14d6 to your computer and use it in GitHub Desktop.
#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