Webpack Fundamentals – Pluralsight
CSS and Style Loader
Using SCSS and SASS
SASS is one of several CSS preprocessors that give you more capabilities inside of your CSS. One of the SASS features of being able to nest rules inside of each other.
Install SASS loader : npm install sass-loader –save-dev