1.0.3 • Published 2 years ago

@sass-fairy/math v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@sass-fairy/math

Release Version License

Provides extended functionality for working with numbers in Sass.

Install

Requires

  • Dart Sass: >=1.33.0

Install the package:

npm install @sass-fairy/math

Use the package like any other Sass module:

@use '@sass-fairy/math';

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/math for more information about this package.