Overview
Extension for sass:map module
Last updated
Extension for sass:map module
Last updated
pattern.is()
Checks whether the $value
is a map pattern.
Variables
pick.key-substring()
Returns a copy of $map
with keys of $substrings
.
pick.key-type()
Returns a map with values of $types
.
pick.pattern()
Returns a copy of $map
filtered by using pattern.
pick.type()
Picks the properties with values and/or keys of the specified type.
pick.value-type()
Picks the properties with values of the specified $types
.
map.deep-merge-key()
map.deep-merge()
Merges multiple maps by using sass original deep-merge()
.
map.get()
map.has-keys()
map.key-replace()
Returns the map with key $replace
replaced by $replacement
.
map.pick()
map.remove-type()
map.remove()
map.retrieve()
map.set()
map.update()
Allows to set multiple key-value sets in a $map
.
map.values()