it seems that in stylus, nesting a selector inside a system mixin will cause an error, with a pretty cryptic message - cannot read property '1' of undefined
simply doing this will reproduce the error:
+component('something')
&
color: blue
this can be worked around pretty easily, but it would be nice to have it fixed
it seems that in stylus, nesting a selector inside a system mixin will cause an error, with a pretty cryptic message -
cannot read property '1' of undefinedsimply doing this will reproduce the error:
this can be worked around pretty easily, but it would be nice to have it fixed