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.
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.
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