Skip to content

Instantly share code, notes, and snippets.

@kadmil
Created May 9, 2016 16:25
Show Gist options
  • Save kadmil/dc59e5ba2b806d88a033777b7923e8b4 to your computer and use it in GitHub Desktop.
Save kadmil/dc59e5ba2b806d88a033777b7923e8b4 to your computer and use it in GitHub Desktop.
My component with CSS Modules
import React from 'react'
import Styles from './my-component.css'
export default _ => (<div className={Styles.title}/>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment