aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/sass
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sass')
-rw-r--r--examples/sass/hello_world/BUILD2
-rw-r--r--examples/sass/shared/BUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/sass/hello_world/BUILD b/examples/sass/hello_world/BUILD
index 7109872d52..ad42b99244 100644
--- a/examples/sass/hello_world/BUILD
+++ b/examples/sass/hello_world/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("/tools/build_defs/sass/sass", "sass_binary")
+load("//tools/build_defs/sass:sass.bzl", "sass_binary")
# Import our shared colors and fonts so we can generate a CSS file.
sass_binary(
diff --git a/examples/sass/shared/BUILD b/examples/sass/shared/BUILD
index c9bdc2f500..bc3f3370d8 100644
--- a/examples/sass/shared/BUILD
+++ b/examples/sass/shared/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("/tools/build_defs/sass/sass", "sass_library")
+load("//tools/build_defs/sass:sass.bzl", "sass_library")
# make a :colors target that any sass_binary rules can depend on.
sass_library(