Question #185

Author: admin
tags: SCSS   frontend (web)  
What is the difference between @extend and @include in SCSS?
@extend is used for inheritance, while @include is used for mixins.
@extend is used for mixins, while @include is used for inheritance.
@extend is used for both inheritance and mixins, while @include is used for SCSS variables.
@extend and @include work the same way.
Rate the difficulty of the question:
easyhard