Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Last active January 15, 2017 21:05
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 mattvagni/64cc82be9b4531a24444b86a61295412 to your computer and use it in GitHub Desktop.
Save mattvagni/64cc82be9b4531a24444b86a61295412 to your computer and use it in GitHub Desktop.
import styles from './styles.css';
console.log(
`
<div class="${styles.wrapper}">
<button class="${styles.button}">
Click Me
</button>
</div>
`
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment