Skip to content

Instantly share code, notes, and snippets.

@Panya
Created June 24, 2014 22:59
Show Gist options
  • Save Panya/4e14394cb34a2a0ec044 to your computer and use it in GitHub Desktop.
Save Panya/4e14394cb34a2a0ec044 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
$map: (key1: value1, key2: value2, key3: value3);
body {
prop1: bar;
prop2: map-get($map, 'foo');
}
body {
prop1: bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment