Created
July 2, 2014 14:13
-
-
Save Phunky/f09036436be08213d4a9 to your computer and use it in GitHub Desktop.
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
@function default-map-value($map, $key, $value){ | |
@if map-has-key($map, $key) { | |
// Does sass have a falsey lookup? if !map-has-key()? | |
} | |
@else { | |
map-merge($map, ($key, $value)); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ta ;) struggle to find that in the docs