How do you create a mixin in SASS? - Study24x7
Social learning Network
3 followers study24x7 17 Jun 2024 03:24 PM study24x7 study24x7

How do you create a mixin in SASS?

A

@mixin mixin-name { ... }

B

$mixin mixin-name { ... }

C

#mixin mixin-name { ... }

D

%mixin mixin-name { ... }

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles