You can style your application using plain CSS but Sass has much better features like variables, mixins, nesting and much more which makes is easy to write CSS. Let’s start with installing it to your react project. In your command line, go to your project directory and execute the below mentioned command. Restart your application […]