erlanglab / erlangpl-ui

DEPRECATED: UI for Erlang Performance Lab
http://www.erlang.pl/
Apache License 2.0
18 stars 2 forks source link

Better CSS handling #10

Open baransu opened 7 years ago

baransu commented 7 years ago

I'm creating this issue because since we ejected create-react-app we can tweak our CSS imports a little.

Two options I'm thinking of are:

I'm leaning towards CSS modules.

baransu commented 7 years ago

Another options is styled-components. It's great for creating components package for consistent plugin look in the future.