This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@fiskhandlarn/sass-sqrt

0.1.3 • Public • Published

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

/@fiskhandlarn/sass-sqrt/

    Package Sidebar

    Install

    npm i @fiskhandlarn/sass-sqrt

    Weekly Downloads

    1

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    3.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • fiskhandlarn-user