Sass Map Functions

You are Here:

Sass Map Functions

The following are the list of inbuilt map functions available in Sass language.

FunctionsExplanation
keywords()Returns the keywords passed to a mixin or function that takes arbitrary arguments.
map-get()Returns the value in a map associated with a key.
map-has-key()Returns whether a map contains a value associated with a key.
map-keys()Returns a comma-separated list of all the keys in a map.
map-merge()Returns a new map with all the keys and values from both map1 and map2.
map-remove()Returns a copy of a map without any values associated with keys.
map-values()Returns a comma-separated list of all the values in a map.

Reminder

Hi Developers, we almost covered 99.1% of Sass Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in Sass.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author