...

/

Inheritance and Extends

Inheritance and Extends

In this lesson, we'll be looking at how to implement inheritance with the extends directive.

Definition #

Another great feature of Sass is inheritance. We implement this using the @extend directive.

Inheritance is a feature of SASS that allows multiple ...