Manuel Sch.

Results 3 issues of Manuel Sch.

I'd like the sound of the video to keep playing in the background, even if I close the app (just as a music app would do). Is there a way...

The Indented Mixin Syntax (https://sass-lang.com/documentation/at-rules/mixin#indented-mixin-syntax) is not supported and leads to wrong output. **Mixin definition:** ``` const tree = sast.parse('=my_mixin\n margin: 0', { syntax: 'sass' }); console.log(tree); console.log(sast.stringify(tree, { syntax:...

bug
help wanted

Sass interpolations (https://sass-lang.com/documentation/interpolation) are parsed correctly, but stringify() removes them, resulting in incorrect code. **Steps to reproduce:** ``` const tree = sast.parse('width: calc(100% - #{2 * $spacer})', { syntax: 'sass'...

bug
help wanted