Closed yucho closed 5 years ago
Create-react-app ships with CSS module out of the box. To use it, just name your css file somename.module.css and import somenamespace from './path/to/somename.module.css' in our js files
somename.module.css
import somenamespace from './path/to/somename.module.css'
So, closing
Create-react-app ships with CSS module out of the box. To use it, just name your css file
somename.module.css
andimport somenamespace from './path/to/somename.module.css'
in our js files