jedfoster / SassMeister

The Sass playground
http://sassmeister.com
198 stars 25 forks source link

Changing the selected compiler should recompile the input automatically #215

Closed stof closed 1 year ago

stof commented 4 years ago

Currently, when I select a different compiler, the input does not get recompiled until I change it again. This makes it painful to test the same input in dart-sass and libsass for instance.

jedfoster commented 4 years ago

Do you have a sample gist that would show different output with different compilers?

stof commented 4 years ago

Not as a saved gist, but I have an example in https://github.com/sass/sass/issues/2931