fiskhandlarn / sass-sqrt

√Square root function for SASS/SCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

√Square root function for SASS/SCSS.

License:MIT License


Languages

Language:SCSS 100.0%