We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96af473 commit 2a5ca3bCopy full SHA for 2a5ca3b
WORKSPACE
@@ -53,8 +53,8 @@ local_repository(
53
# Add sass rules
54
http_archive(
55
name = "io_bazel_rules_sass",
56
- url = "https://github.com/bazelbuild/rules_sass/archive/1.15.2.zip",
57
- strip_prefix = "rules_sass-1.15.2",
+ url = "https://github.com/bazelbuild/rules_sass/archive/1.16.1.zip",
+ strip_prefix = "rules_sass-1.16.1",
58
)
59
60
# Since we are explitly fetching @build_bazel_rules_typescript, we should explicitly ask for
0 commit comments