If you use a component based library it's not so bad.
And like Regis suggest the purge is super handy to cleanout classes not being used in the end page.
Defo get purging.... i found my CSS files were nearly 16mb during dev..... then when i npm run prod it strips out any classes not used in my pages... my CSS files are now around 100kb.....