Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created January 8, 2015 22:11
Show Gist options
  • Save nhunzaker/0752fb4ea0bac3b4cb1c to your computer and use it in GitHub Desktop.
Save nhunzaker/0752fb4ea0bac3b4cb1c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$colors: ( crimson: "#f00" );
$fancy: ( $colors: "oh so fancy" );
body {
color: map-get($fancy, $colors);
}
body {
color: "oh so fancy";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment