Skip to content

Instantly share code, notes, and snippets.

@anselmh
Created August 21, 2014 08:28
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 anselmh/049e290862669f58ec37 to your computer and use it in GitHub Desktop.
Save anselmh/049e290862669f58ec37 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0)
// ----
$map:
('a', 'b');
.class {
content: $map;
}
.class {
content: "a", "b";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment