aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/sass/hello_world/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sass/hello_world/BUILD')
-rw-r--r--examples/sass/hello_world/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/sass/hello_world/BUILD b/examples/sass/hello_world/BUILD
deleted file mode 100644
index ad42b99244..0000000000
--- a/examples/sass/hello_world/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-load("//tools/build_defs/sass:sass.bzl", "sass_binary")
-
-# Import our shared colors and fonts so we can generate a CSS file.
-sass_binary(
- name = "hello_world",
- src = "main.scss",
- deps = [
- "//examples/sass/shared:colors",
- "//examples/sass/shared:fonts",
- ],
-)