Skip to content

lunelson/sass-maps-next

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sass Maps Next

These functions enable get, set and merge operations on nested values in Sass' map data type. They provide a map-set function, while patching Sass' native map-get and map-merge functions to work with nested values. The API of these functions corresponds to this informal proposal at the sass repo.

Some additional utility functions are also provided.

They are fully tested, and compatible with current versions of libsass and dart-sass.

Installation

# in your project

npm install --save @lunelson/sass-maps-next
// in your sass file, assuming you have 'node_modules' in Sass' search path

@import '@lunelson/sass-maps-next/index';

// ...now you have access to nested map-get, map-merge and map-set

About

Next generation Sass map functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published