1.0.0 • Published 5 years ago

@lunelson/sass-maps-next v1.0.0

Weekly downloads
126
License
MIT
Repository
github
Last release
5 years ago

Sass Maps Next

npm.io npm.io npm.io

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