Using Maps In SCSS
You can collect a set of like values into a map with the following SCSS syntax:
You can then access a value from the map using the map-get
function:
See a live example here.
Last updated
You can collect a set of like values into a map with the following SCSS syntax:
You can then access a value from the map using the map-get
function:
See a live example here.
Last updated