Skip to content

Instantly share code, notes, and snippets.

@xzyfer
Created November 24, 2015 00:00
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 xzyfer/85fc6c1d79a6dcd7297f to your computer and use it in GitHub Desktop.
Save xzyfer/85fc6c1d79a6dcd7297f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$foo: ("shadows": (
"slim-shady": (0 0 5px 0 rgba(0,0,0,0.1), 0 3px 6px 0 rgba(0,0,0,0.2)),
"dj-shadow": (0 0 5px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.3)),
));
a { b: map-get(map-get($foo, shadows), slim-shady); }
a {
b: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment