KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

Exclude unused CSS #69

Closed geotrev closed 5 years ago

geotrev commented 5 years ago

I'm using Webpack to compile my app, and this dependency adds 50kb of unnecessary CSS to the project. Is there a way to tree shake / exclude any unused CSS?

stevemao commented 5 years ago

@geotrev why is this closed? I'm having the same issue.

andyngdz commented 5 years ago

@geotrev I'm having same issue. Did you find out the way to fix it?