jedfoster / SassMeister

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

Syntax preference not loading properly #10

Closed blackfalcon closed 11 years ago

blackfalcon commented 11 years ago

When loading Sass from a gist, if the syntax preference is set // Sass v3.2.5, this is not being honored if the drop-down selector has the opposite syntax previously selected.

Example. Reset SassMeister so that code is cleared and SCSS is the chosen syntax. Load http://sassmeister.com/gist/4760254

jedfoster commented 11 years ago

The syntax is determined by the file extension, not a comment. This particular gist is odd though, it's Sass, but has an .scss extension, thus the fail.