ayr-ton/kamu

Split the CSS code to a file for each component

Closed this issue · 1 comments

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.

This issue was resolved with PR #137