Skip to content

Instantly share code, notes, and snippets.

@nex3
Created May 15, 2015 22:40
Show Gist options
  • Save nex3/ece9f134adb1a241a617 to your computer and use it in GitHub Desktop.
Save nex3/ece9f134adb1a241a617 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$foo: 'baz';
$bar: 'qux';
$test: "foo(\"#{$foo}\") bar(\"#{$bar}\")";
sass {
test: unquote($test);
}
sass {
test: foo("baz") bar("qux");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment