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

7 lines (6 loc) 127 B
module.exports = function() { return { file: '/some/random/path/file.scss', contents: 'div {color: yellow;}' }; };