Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created July 7, 2014 18:09
Show Gist options
  • Save nhunzaker/97b97ba6dceb201ee612 to your computer and use it in GitHub Desktop.
Save nhunzaker/97b97ba6dceb201ee612 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
$red: ( isBright: 'Yes' );
$colors: (
$red: "#c33"
);
body {
color: map-get($colors, $red);
content: map-get($red, isBright);
}
body {
color: "#c33";
content: "Yes";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment