1.1.1 • Published 7 months ago

@financial-times/math v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

math

A temporary helper library to avoid newer dart-sass versions printing warnings when compiling Origami.

Usage

To use this library, import it via @import '@financial-times/math';.

After importing the library, you will have access to all the functions defined in mathsass@0.10.1 and the below function as well as:

  • div - Returns the result of dividing the first number by the second number.

div

Returns the result of dividing the first number by the second number.

This behaves in the same way as the deprecated / operator in sass.

@import '@financial-times/math';

@debug div(10, 2); // 5

Licence

This software is published by the Financial Times under the MIT licence.

1.1.1

7 months ago

1.1.0

2 years ago

1.0.0

3 years ago