@sass-fairy/math
v1.0.3
Published
Provides extended functionality for working with numbers in Sass
Downloads
5,482
Readme
@sass-fairy/math
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.