Closed
Description
src/index.css
src/App.css
Combine the content of these two files for clarity
To me, and I think to almost all beginners, this would imply there is some kind of scoping going on. I just assumed CSS Modules were in play. Sadly no. Appening 'App-' to all App.css rules is just promoting bad practice.
Better yet, get CSS Modules working as default, its just two lines in the webpack config.