UNPKG

sass-math-pow

Version:

Math pow() polyfill/feature detection with non-integer exponents support for (without compass) ruby sass, sass and sass+eyeglass

11 lines (8 loc) 168 B
'use strict'; var path = require('path'); module.exports = function(eyeglass, sass) { return { sassDir: path.join(__dirname, 'sass'), functions: {} }; };