0.1.3 • Published 3 years ago

@fiskhandlarn/sass-sqrt v0.1.3

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

Deprecated, you should use math.sqrt instead.

SASS sqrt()

√Square root function for SASS/SCSS.

Total Downloads Latest Version License

Installation

Install this package, with npm, in the root directory of your project.

$ npm install @fiskhandlarn/sass-sqrt --save-dev

Import it in your SCSS:

@import '@fiskhandlarn/sass-sqrt';

Usage

foo {
  width: sqrt(4) * 1px; // 4px
}

Credits

Copied from AntiMath

0.1.3

3 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago