Which directive is used to include a mixin?

10. Which directive is used to include a mixin?

  1. @import
  2. @mixin
  3. @define
  4. All of the above

Answer: A) @import

Explanation:

The @include directive is used to include a mixin.

Syntax:

selector {
  @include mixin-name;
}

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.