Inheritance and Extends
In this lesson, we'll be looking at how to implement inheritance with the extends directive.
We'll cover the following...
Definition #
Another great feature of Sass is inheritance. We implement this using the @extend
directive.
Inheritance is a feature of SASS that allows multiple ...