'How to remove CSS class from bundle in Webpack loader?

I have CSS classes with postfixes -mobile and -desktop for as you can expect - mobile and desktop versions of app. I would like to split one big css file to separate for each platform. How to do it with webpack? Should I write some custom loader / plugin or maybe css-loader has such functionality?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source