Sass Tutorial

This Sass tutorial explains what Sass is, how to install it, and how to use it.

This tutorial consists of the following lessons:

Sass is a CSS preprocessor. Sass useful for generating CSS that's maintainable and scalable. This tutorial explains how.

If you're new to CSS, I recommend that you check out the CSS tutorial before continuing with this Sass tutorial. This is because Sass is an extension to CSS. Writing Sass is basically writing CSS with a few extras thrown in. By learning CSS first, you'll be able to understand the code examples in this tutorial, and the CSS files that Sass generates. Plus, if you already know CSS, you'll be able to see the benefits of Sass as you go through the tutorial.