Created
November 24, 2015 00:00
-
-
Save xzyfer/85fc6c1d79a6dcd7297f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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