I'm wondering how to conveniently develop css styles in unextracted create-react-app. I've just configured scss from using official readme instructions, but it seems that project has a mess of css and scss files. I want something like extract-text-plugin for react or the other convenient way of building css.
By the way, most of all I like to use less with css modules and extraction built styles to the single css file.