Sass is a stylesheet language that extends CSS with features like variables, nested rules, mixins, and functions, in a CSS-compatible syntax. In this course, you'll learn to use the powers of Sass to boost your front end workflow. The examples will teach you why you should use Sass in your projects. By the end, you will be writing more efficient CSS using code that is easy to read and maintain.
What you'll learn
- What is a CSS Preprocessor?
- Variables, nested rules and mixins
- Separating your stylesheet into partials
- Storing data in maps
- Functions, loops and conditionals