File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,8 @@ http_archive(
38
38
# Add sass rules
39
39
http_archive (
40
40
name = "io_bazel_rules_sass" ,
41
- # Explicitly depend on SHA c93cadb20753f4e4d4eabe83f8ea882bfb8f2efe because this one includes
42
- # the major API overhaul and fix for the NodeJS source map warnings.
43
- url = "https://github.com/bazelbuild/rules_sass/archive/c93cadb20753f4e4d4eabe83f8ea882bfb8f2efe.zip" ,
44
- strip_prefix = "rules_sass-c93cadb20753f4e4d4eabe83f8ea882bfb8f2efe" ,
41
+ url = "https://github.com/bazelbuild/rules_sass/archive/1.15.1.zip" ,
42
+ strip_prefix = "rules_sass-1.15.1" ,
45
43
)
46
44
47
45
# Since we are explitly fetching @build_bazel_rules_typescript, we should explicitly ask for
Original file line number Diff line number Diff line change 1
- load ("@io_bazel_rules_sass//sass:sass .bzl" , "SassInfo" )
1
+ load ("@io_bazel_rules_sass//:defs .bzl" , "SassInfo" )
2
2
3
3
# Implementation of sass_bundle that performs an action
4
4
def _sass_bundle (ctx ):
You can’t perform that action at this time.
0 commit comments