npm.io
1.0.0 • Published 10 years ago

sass-math

Licence
ISC
Version
1.0.0
Deps
0
Vulns
0
Weekly
0

sass-math

npm version

Sass math functions.

Usage

npm install sass-math
@import 'node_modules/sass-math/math';

// pi()
// pow($number, $exp)
// fact($number)
// rad($angle)
// sin($angle)
// cos($angle)
// tan($angle)