Last active
August 8, 2018 13:15
-
-
Save kimniche/c7a2b1b6de3a926ffe1ee6963c5a3bbc to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
css-loader & style-loader -- is this all it takes to let us to something like
import styles from './ComponentStyles.css'
like we do for CRA apps?https://javascriptplayground.com/css-modules-webpack-react/