Marcel Greter

Results 97 comments of Marcel Greter

@mariocasciaro thx, just tried it but that doesn't give me the results I would expect.

Thanks for trying it out. I will unfortunately not use this library in the foreseeable future myself, so I don't intend to further improve this PR. As you figured out,...

Thanks @stewartsims for the PR. I've merged it and your changes should be part of this PR now 🚀 For completeness I'll include @stewartsims comments below: - I noticed when...

Thanks @tarwich. FWIW I thought I might add how I used this lib in my POC. Basic request was to enter data and take pictures on mobile and store as...

FYI: https://github.com/sass/node-sass/pull/2220

I guess it could be libsass or node-sass. If you can run both libsass versions with sassc directly we could maybe get some answer. But this seems irrelevant (at least...

Might be related to https://github.com/sass/libsass/issues/1026

Can you elaborate a bit how the formatting works? I fail to see the logic behind it! # no intial indentation ```scss div { a { /************* * a *...

BTW. the test were made with scss syntax! sass2scss preserves original input as much as possible!

I tested with dart-sass and ruby sass and it mostly seem to correspond: One case where it differs is with ten spaces initial indentation: ```scss div { a { /*************...