Understanding the power of Sass
In the following sections, we will be organizing, editing, customizing, and creating SCSS files in order to generate the desired CSS for our designs.
Note
If you are unfamiliar with Sass and would like to learn more about it, I would recommend reading my Sass and Compass Designer's Cookbook book (https://www.packtpub.com/web-development/sass-and-compass-designers-cookbook) or the documentation at https://www.sass-lang.com/.
In a nutshell, we may say that generating CSS using the Sass preprocessor is an exciting and freeing experience. The key benefits of working with Sass are discussed in the following sections.