Overview
Extension for sass:map module
Last updated
Was this helpful?
Extension for sass:map module
Last updated
Was this helpful?
pattern.is()
Variables
pick.key-substring()
pick.key-type()
pick.pattern()
pick.type()
Picks the properties with values and/or keys of the specified type.
pick.value-type()
map.deep-merge-key()
map.deep-merge()
Merges multiple maps by using sass original deep-merge()
.
map.get()
map.has-keys()
map.key-replace()
map.pick()
map.remove-type()
map.remove()
map.retrieve()
map.set()
map.update()
map.values()
Checks whether the is a map pattern.
Returns a copy of with keys of .
Returns a map with values of .
Returns a copy of filtered by using pattern.
Picks the properties with values of the specified .
Merges with retrieved values from of this .
Returns the value associated with in , and returns if returned is null
.
Checks whether contains .
Returns the map with key replaced by .
Returns a copy of of .
Removes the properties from where values are of .
The map.remove()
function with unified map.remove()
and deep-remove()
returns a copy without .
Retrieves a value from by a get or pick with a .
Sets the under in .
Allows to set multiple key-value sets in a .
Returns all values or values of from .