0.1.3 • Published 3 years ago
@fiskhandlarn/sass-sqrt v0.1.3
Deprecated, you should use math.sqrt instead.
SASS sqrt()
√Square root function for SASS/SCSS.
Installation
Install this package, with npm, in the root directory of your project.
$ npm install @fiskhandlarn/sass-sqrt --save-devImport it in your SCSS:
@import '@fiskhandlarn/sass-sqrt';Usage
foo {
width: sqrt(4) * 1px; // 4px
}Credits
Copied from AntiMath