jedfoster / SassMeister

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

Enable sass version selection #62

Closed guerrero closed 10 years ago

guerrero commented 10 years ago

It would be nice that there was an option to choose what version of sass you want to use to compile the code

jedfoster commented 10 years ago

See issue #49. I agree, it would be cool, but running a different version of Sass actually requires a whole new app, since Bundler allows only one version of any gem.

Once Sass 3.3 is stable, I'll look into creating a sandbox for playing with the edge version.