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

13 lines (11 loc) 206 B
var sass = require("node-sass"); module.exports = [ function () { return sass.NULL; }, function () { return { contents: "div {color: yellow;}", }; }, ];