sass-bundle icon indicating copy to clipboard operation
sass-bundle copied to clipboard

The bundle should let you register load paths for the Sass compiler

Open stof opened this issue 2 years ago • 0 comments

This has 2 effects:

  • it simplifies the way to import third-party code like bootstrap (as they can be loaded from the load path)
  • the reporting of deprecations in dart-sass has a special behavior for code loaded from load paths, recognizing it as third-party code that you might not control. This is why the quietDeps option exists for instance (exposed as --quiet-deps in the CLI)

stof avatar Nov 07 '23 11:11 stof