Closed wilmaed closed 6 years ago
Works with SCSS syntax: https://www.sassmeister.com/gist/f8e62964da4e1898d2108c31cbff20bd Works with Sass syntax: https://www.sassmeister.com/gist/07af5909ad0f62e7d850caba54f768fc
Works not with sass syntax:
Works not with sass syntax:
my sample works only with your url Works with Sass syntax: https://www.sassmeister.com/gist/07af5909ad0f62e7d850caba54f768fc
not with www.sassmeister.com
Do me a favor and add a space before black
on line 2.
%foo
color: black
I'm pretty sure the Sass syntax requires a space after colons in property declarations; and a missing space would cause that placeholder class to be invalid, and thus "not found."
If that doesn't fix it, please report this issue to the Sass organization, https://github.com/sass/sass/issues
Yes, this will fix it.
This is strange, because it works without space with 2 online compiler:
It's working on beautifytools.com:
and here on sass.js:
¯\_(ツ)_/¯
Both of those tools use a hacky implementation of Sass that's transpiled into JavaScript and runs in the browser. SassMeister.com uses the real Sass binaries and runs server-side, rendering exactly the same output you would get if you compiled locally. Can't say the same for the Emscripten ports.
"b" failed to @extend "%foo". Why?
No error in sassy syntax: