Important
The source code for this library is maintained in the angular/dev-infra repository. Please open any issues or pull requests in that repository.
Add the dependency for rules_sass to your MODULE.bazel file.
bazel_dep(name = "rules_sass")
git_override(
module_name = "rules_sass",
remote = "https://github.com/angular/rules_sass.git",
commit = "{SHA}",
)