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(
3838# Add sass rules
3939http_archive (
4040 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" ,
4543)
4644
4745# 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" )
22
33# Implementation of sass_bundle that performs an action
44def _sass_bundle (ctx ):
You can’t perform that action at this time.
0 commit comments