How to use LESS preprocessor in React’s create-react-app
Using LESS or SASS has become the de facto standard for front end development and React is the preferred frontend framework these days. A question is asked frequently on how we can enable LESS/SASS/STYLUS in React project. The easiest way to do it is using custom-react-scripts. This adds the support for SASS/LESS/STYLUS and decorators in …
Continue reading “How to use LESS preprocessor in React’s create-react-app”