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

6 lines (5 loc) 86 B
module.exports = function() { return { contents: 'div {color: yellow;}' }; };