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

9 lines (7 loc) 207 B
var sass = require("node-sass"); module.exports = { "foo($a)": function (str) { str = str.getValue().replace(/['"]/g, ""); return new sass.types.String('"' + str + str + '"'); }, };