Skip to content

Instantly share code, notes, and snippets.

@crswll
Created June 7, 2014 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crswll/50caee499ff4fe8f63c7 to your computer and use it in GitHub Desktop.
Save crswll/50caee499ff4fe8f63c7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
@mixin raw ($string) {
$string: '*/#{$string}/*';
/*#{$string}*/
}
@include raw('{% Meow %}');
@include raw('#id { color: red; }');
/**/{% Meow %}/**/
/**/#id { color: red; }/**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment