Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stof opened this issue Nov 7, 2023 · 0 comments
Open

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

stof opened this issue Nov 7, 2023 · 0 comments

Comments

@stof
Copy link

stof commented Nov 7, 2023

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant