@lunelson/sass-maps-next

1.0.0 • Public • Published

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

/@lunelson/sass-maps-next/

    Package Sidebar

    Install

    npm i @lunelson/sass-maps-next

    Weekly Downloads

    8

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    9.9 kB

    Total Files

    5

    Last publish

    Collaborators

    • lunelson