All Topics

Sass

An dynamic extension of css

Overview

Sass is a language that extends traditional CSS to be more flexible and powerful. By allowing you to do things like nest elements, declare variables, and even re-use rules, Sass makes writing styles faster, shorter, and more efficiently. If you’re serious about writing CSS on a regular basis, Sass or another CSS extension language is a must-have.

Related Topics

What you should learn next