jedfoster/SassMeister

Output style nested, compact not working

Closed this issue · 2 comments

So, it turns out that dart-sass, the canonical Sass implementation and the default on sassmeister.com, no longer supports nested or compact CSS output. sass/dart-sass#442

For now, libsass and Ruby Sass still support those output styles, so what I am going to do is remove nested and compact as options when the selected compiler is any version of dart-sass. Not ideal, but seems to me the best solution.

And... deployed.