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

Give precedence to `data` if both `data` and `file` are included. #41

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

"In the case that both file and data options are set, node-sass will give precedence to data and use file to calculate paths in sourcemaps."