Google News
logo
Sass - Interview Questions
What is the shortcut for writing @mixin and @include directives?
As a shortcut for writing @mixin and @include directives, we can use = for @mixin directive and + for @include directive. It requires less typing, makes our code simpler and easier to read, and saves our time.
Advertisement