Deprecated, you should use math.sqrt
instead.
√Square root function for SASS/SCSS.
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';
foo {
width: sqrt(4) * 1px; // 4px
}
Copied from AntiMath