Skip to content

Instantly share code, notes, and snippets.

@danny-andrews
Last active October 9, 2017 18:46
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 danny-andrews/a91b287169cd6bb4e985939f33266750 to your computer and use it in GitHub Desktop.
Save danny-andrews/a91b287169cd6bb4e985939f33266750 to your computer and use it in GitHub Desktop.
Do You Really Need react-css-modules?: Using classnames
import styles from './styles.css';
import classnames from 'classnames';
<div className={classnames(styles.localClass, 'global-class')}>Hi</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment