0.1.4 • Published 3 years ago

@fiskhandlarn/sass-pow v0.1.4

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

Deprecated, you should use math.pow instead.

SASS pow()

Power² 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-pow --save-dev

Import it in your SCSS:

@import '@fiskhandlarn/sass-pow';

Usage

foo {
  width: pow(20, 2) * 1px; // 400px
}

Credits

Copied from CSS-Tricks

0.1.4

3 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago