When I used to use Angular 1.x, I did exactly like what you do now. We used grunt to automate the bundling and minifying CSS. It's been 6 months I'm on React and I hardly ever use classes nowadays. All the css goes in form of JS objects in their respective components. There are a few places where things are easy with classes for that I only use single style.css as of now.