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

Add support for `sass` package #60

Open marksmccann opened 3 years ago

marksmccann commented 3 years ago

With the recent deprecation of lib-sass and consequently node-sass we should add support for the sass package. This should be relatively easy because they share the same API.

marksmccann commented 3 years ago

We could use sass-loader source code as a guide: https://github.com/webpack-contrib/sass-loader/blob/master/src/utils.js