Skip to content

fiskhandlarn/sass-pow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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