Sass: Syntactically Awesome Style Sheets
Details
Curious about preprocessors? Meet Sass, the most mature, stable, and powerful professional grade CSS extension language in the world. We'll go through the basics and show you how Sass can give you CSS superpowers, both for small and large scale projects.
We'll cover these topics:
- Why Sass?
- How to start
- File structure
- Nesting
- Variables
- Mixins
- Extends
- Functions
- Pitfalls