@sass-fairy/color
v1.0.2
Published
Provides extended functionality for generating new colors from existing colors and building color themes in Sass
Downloads
65
Maintainers
Readme
@sass-fairy/color
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.