batiste / pug-vdom

PUG template to HyperScript Virtual DOM
MIT License
18 stars 6 forks source link

fix issue with mixins not returning values #6

Closed gryphonmyers closed 7 years ago

gryphonmyers commented 7 years ago

This addresses an issue where invoking a mixin failed to return a value.

Another tweak (which probably should have been done as a separate PR, my apologies), fixes an issue where class lists would get rendered with commas in them.