Split the CSS code to a file for each component
Closed this issue · 1 comments
macecchi commented
Currently we have almost all of our CSS in a single file, App.css.
We could split that file so that each component has its own .css file, so that it's easier to understand where each css rule belongs to.
lucashanke commented
This issue was resolved with PR #137