@sass-fairy/color

1.0.2 • 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.33.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.

Dependencies (1)

Dev Dependencies (10)

Package Sidebar

Install

npm i @sass-fairy/color

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

9.54 kB

Total Files

13

Last publish

Collaborators

  • roydukkey