Skip to content

Commit 6b9df8e

Browse files
devversionjosephperrott
authored andcommitted
build: update to latest sass_rules version (#14187)
1 parent da81be5 commit 6b9df8e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

WORKSPACE

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ http_archive(
3838
# Add sass rules
3939
http_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

tools/sass_bundle.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
def _sass_bundle(ctx):

0 commit comments

Comments
 (0)