@gyugyu/map-pick-sass

0.1.0 • Public • Published

map-pick-sass

Picking key, value from map value (Dart Sass module)

Installation

$ npm install @gyugyu/map-pick-sass

Example

@use '@gyugyu/map-pick-sass' as map-pick;

$map: (a: 1, b: 'foo', c: true);
$paths: a c;
$result: map-pick.pick($map, $paths); // (a: 1, c: true)

Readme

Keywords

Package Sidebar

Install

npm i @gyugyu/map-pick-sass

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

2.65 kB

Total Files

6

Last publish

Collaborators

  • gyugyu