dougludlow/plugin-sass

"ReferenceError: document is not defined" when bundling with arithmetic

ericsvendsen opened this issue · 1 comments

When using arithmetic to bundle external dependencies separately from my app code (as suggested in this jspm-cli issue), plugin-sass throws the error:

ReferenceError: document is not defined

If I remove my scss import statements, then bundling succeeds.

Fixed with #29