What is the @extend directive in SASS?
What is the @extend directive in SASS? SASS allows developers to write code that is more readable and easier to use. It includes many directives, such as @media, @content, @include, @mixin, and @extend, that provide functionality that allows developers to…