PostCSS
PostCSS is a tool that allows JavaScript to process and manipulate CSS. It has a plugin architecture, allowing control and versatility.
This can be put to great use when bundling a JavaScript application, by piping css through plugins for things like linting, vendor specific prefixes, polyfilling modern css syntax for older browsers, tree shaking to remove unused classes, minification and more.