KittyGiraudel / ama

Ask me anything!
43 stars 4 forks source link

How can I escape a parameter within a Mixin? #92

Closed touhid-rahman closed 6 years ago

touhid-rahman commented 6 years ago

=elements($a: 1, $b: 2, $c: 3)

If I want to declare value for $b or $b and $c only, how can I do this?

KittyGiraudel commented 6 years ago

You can simply do this:

+elements($b: 2)