Skip to content

Instantly share code, notes, and snippets.

@Scarysize
Created July 31, 2016 16:54
Show Gist options
  • Save Scarysize/c8fd69d300306ead7417d1f3bc4bebdf to your computer and use it in GitHub Desktop.
Save Scarysize/c8fd69d300306ead7417d1f3bc4bebdf to your computer and use it in GitHub Desktop.
/* style.css */
.title {
font-weight: 700;
}
/* js-file */
import styles from './style.css';
//...
titleElement.className = styles.title;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment