Skip to content

Commit

Permalink
Revert "build: upgrade to io_bazel_rules_sass 1.24.0 (#34589)" (#34730)
Browse files Browse the repository at this point in the history
This reverts commit 96643e7.

PR Close #34730
  • Loading branch information
atscott committed Jan 10, 2020
1 parent 4955c25 commit 42d7039
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/bazel/package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ def rules_angular_dev_dependencies():
#############################################
# Dependencies for generating documentation #
#############################################
_maybe(
http_archive,
http_archive(
name = "io_bazel_rules_sass",
sha256 = "77e241148f26d5dbb98f96fe0029d8f221c6cb75edbb83e781e08ac7f5322c5f",
strip_prefix = "rules_sass-1.24.0",
urls = [
"https://github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
],
sha256 = "4f05239080175a3f4efa8982d2b7775892d656bb47e8cf56914d5f9441fb5ea6",
url = "https://github.com/bazelbuild/rules_sass/archive/86ca977cf2a8ed481859f83a286e164d07335116.zip",
strip_prefix = "rules_sass-86ca977cf2a8ed481859f83a286e164d07335116",
)

http_archive(
Expand Down

0 comments on commit 42d7039

Please sign in to comment.