erlangpl-ui icon indicating copy to clipboard operation
erlangpl-ui copied to clipboard

Better CSS handling

Open baransu opened this issue 7 years ago • 1 comments

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:

  • CSS modules - allow us to keep CSS restricted to given component which is great
  • SASS - variables, less code

I'm leaning towards CSS modules.

baransu avatar Mar 05 '17 00:03 baransu