You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThisIsManta
changed the title
loss variables in mixins/functions
Unexpectedly removed ordinal arguments in mixins when mixing with named arguments
Dec 3, 2017
simple demo
expected
http://stylus-lang.com/try.html#?code=mix(%24left%20%3D%200%2C%20%24right%20%3D%200%2C%20%24top%20%3D%20initial)%0A%20%20position%20absolute%0A%20%20left%20%24left%0A%20%20right%20%24right%0A%20%20top%20%24top%0A%0A.test%0A%20%20mix(5%2C%20%24top%3A%206)
but, actual..
variables which in front of specified one
$top
has gone. 😢The text was updated successfully, but these errors were encountered: