Here is the code I have:
mox(first, second)
{first} second
a
mox(transition, 0.3s linear all)
I want to call the mixin like this:
mox(transition 0.3s linear all)
If we modify mox
, it would look like this:
mox()
arguments
a
mox transition 0.3s linear all