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
i guess this library was never really supporting nested mixins and i personally never used mixins at all as im more or less creating my frontends in Vue which "does mixins" for me. If you are able to create a PR to fix this, im happy to merge it, tho!
Description
Trying to make outer and inner parts of elements using mixins
Having these mixins
Code
generates html as expected
Code
doesn't generate any code at all, expected
Code
Generates unexpected
Expected output
Original pugjs generates all expected html with using these cases
The text was updated successfully, but these errors were encountered: