KittyGiraudel/ama

How can I escape a parameter within a Mixin?

Closed this issue · 1 comments

=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?

You can simply do this:

+elements($b: 2)