sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
89 stars 11 forks source link

Require dependencies in the preamble rather than through JS-interop #67

Closed jathak closed 5 years ago

jathak commented 5 years ago

sass/dart-sass#727 changed the way it depended on the Node fs module, breaking the migrator's use of it.

This changes the JS build script for the migrator to match the new behavior in the sass package.