UNPKG

node-sass-chokidar

Version:

A thin wrapper around node-sass to replicate the --watch --recursive option using chokidar instead of gaze for significantly better performance

11 lines (10 loc) 190 B
module.exports = { 'foo($a)': function(size) { size.setUnit('rem'); return size; }, 'bar($a)': function(size) { size.setValue(size.getValue() * 2); return size; } };