Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created June 8, 2015 19:05
Show Gist options
  • Save scottkellum/b8d08c0a695ceed07572 to your computer and use it in GitHub Desktop.
Save scottkellum/b8d08c0a695ceed07572 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
$map:(
'first': (a b c, d e f),
'second': (j k l) );
output {
a: map-get($map,'first');
}
output {
a: a b c, d e f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment