react-atlas
react-atlas copied to clipboard
Reduce amount of CSS shipped with Atlas.
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.
PurifyCSS would help identify unused CSS.
@stuller Apparently there is a webpack plugin for PurifyCSS. We should probably import that.