@sass-fairy/map
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.1 • Public • Published

@sass-fairy/map

Sass Fairy Logo

Release Version License

Provides extended functionality for processing key/value pairs in Sass maps.

Install

Requires

  • Dart Sass: ^1.52.0

Install the package:

npm install @sass-fairy/map@next

Use the package like any other Sass module:

@use '@sass-fairy/map';

Configure Sass options to use the functions provided by this package:

const sass = require('sass');
const MapFunctions = require('@sass-fairy/map');

sass.render({
  file: scss_filename,
  includePaths: ['node_modules'],
  functions: {
    ...MapFunctions
  }
});

Documentation

See sass-fairy.com/next/api/map for more information about this package.

Readme

Keywords

Package Sidebar

Install

npm i @sass-fairy/map@2.0.0-alpha.1

Version

2.0.0-alpha.1

License

MIT

Unpacked Size

13.2 kB

Total Files

15

Last publish

Collaborators

  • roydukkey