CRA 2.0 + Bootstrap 4 with Sass

How to prepare your stylesheet structure for easy customisation

theUnknown

--

It is now so easy to use sass in Create-React-App, the only process required is running npm install node-sass with any package manager of your choice, then rename your .css files to .scss and you’re ready to write stylesheets in an easier, reusable way.

Installing

--

--

theUnknown

Everything is unknown until it’s known. Self-learner.