@sass-fairy/color

1.2.0 • Public • Published

@sass-fairy/color

Sass Fairy Logo

Release Version License

Provides extended functionality for generating new colors from existing colors and building color themes in Sass.

Install

Requires

  • Dart Sass: >=1.79.0

Install the package:

npm install @sass-fairy/color

Use the package like any other Sass module:

@use '@sass-fairy/color';

Depending on your setup, you may need to configure node_modules as include path:

const sass = require('sass');

sass.compile(filePath, {
  loadPaths: ['node_modules']
});

Documentation

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

Package Sidebar

Install

npm i @sass-fairy/color

Weekly Downloads

51

Version

1.2.0

License

MIT

Unpacked Size

9.92 kB

Total Files

13

Last publish

Collaborators

  • roydukkey