sass / embedded-host-node

A Node.js library that will communicate with Embedded Dart Sass using the Embedded Sass protocol
MIT License
143 stars 26 forks source link

Add deprecation for base importer without a base URL #282

Closed nex3 closed 5 months ago

nex3 commented 5 months ago

See https://github.com/sass/sass/issues/3831. All we need to do here is add this to the deprecations list, everything else will be handled by the embedded compiler.

nex3 commented 5 months ago

Per https://github.com/sass/dart-sass/issues/2208#issuecomment-2046013595, we've decided not to deprecate this after all.