marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

Additional Props? #12

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

Should we consider adding additional props to the API? For example —

sass('src/*/.scss', { fileExt: '.min.css', // default is .css ... });

It could also be used for creating hashes or something.

marksmccann commented 5 years ago

This is no longer relevant, closing for now.