Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 332 Bytes

File metadata and controls

23 lines (17 loc) · 332 Bytes

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)