0

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.

Dmytro Nalyvaiko
  • 1,664
  • 4
  • 16
  • 27
  • Is there a particular reason why you want to use CSS preprocessor? would you consider just using plain css? – Mμ. Jul 11 '17 at 03:27
  • less is more comfortable for structuring and css modules allows to use same classnames in different components – Dmytro Nalyvaiko Jul 11 '17 at 09:31

0 Answers0