SASS Inheritance Tutorial
Another great feature of Sass is inheritance. We implement this using the @extend directive.
Inheritance is a feature of SASS that allows multiple classes to share a common set of properties with one another.
Example
Some typical CSS code for styling...
rembertdesigns.hashnode.dev1 min read