What package allows Mern to do `import styles from './Foo.css';`?
Title says it all, specifically being able to import CSS styles and reference as keys. I'm curious what allows the syntax import styles from './Foo.css';. Looking in package.json I saw some hints and did some web searches but still can't identify exa...
Aug 11, 2016S