Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 140 forks source link

Support including mixins with @content without passing content. #366

Open alvra opened 7 years ago

alvra commented 7 years ago

I have no idea if this is the correct approach but it seems to fix issue #365.

alvra commented 7 years ago

The test I just added shows the change outputs the mixin twice. Any idea why this is happening? It does prevent the error and outputs the correct css.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.06%) to 66.912% when pulling e70b36f119102d366b50b807fd821db815b61e94 on alvra:patch-1 into 7f4725baa9e64455b41befb45e3e48ba266b9252 on Kronuz:master.

alvra commented 7 years ago

The latest commit fixes the problem of duplicate output. Travis shows the tests pass, except for two unrelated problems.

Is there anything else I can do to help this along?