modularscale / modularscale-sass

Modular scale calculator built into your Sass
http://www.modularscale.com
MIT License
1.98k stars 134 forks source link

Non-integer exponents #112

Closed strarsis closed 8 years ago

strarsis commented 8 years ago

Concerning non-integer exponents (pow).

There is a polyfill proposed as bitters/bourbon issue + gist on the web:

For eyeglass, the eyeglass-math module can be used which offers pow that allows non-integer exponents natively.

strarsis commented 8 years ago

PR ready ;-) https://github.com/modularscale/modularscale-sass/pull/113