react-atlas icon indicating copy to clipboard operation
react-atlas copied to clipboard

Reduce amount of CSS shipped with Atlas.

Open hbowden opened this issue 8 years ago • 2 comments

Currently Atlas ships with lot's of CSS that is not used and only bloats the size of Atlas bundles. Most of this CSS can be found in react-atlas/packages/react-atlas-default-theme/src/styles however some component specific styles are unused.

hbowden avatar Jul 19 '17 20:07 hbowden

PurifyCSS would help identify unused CSS.

stuller avatar Mar 09 '18 20:03 stuller

@stuller Apparently there is a webpack plugin for PurifyCSS. We should probably import that.

hbowden avatar Mar 09 '18 20:03 hbowden