aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/css/bootstrap/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/css/bootstrap/BUILD')
-rw-r--r--third_party/css/bootstrap/BUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/third_party/css/bootstrap/BUILD b/third_party/css/bootstrap/BUILD
deleted file mode 100644
index 42c7a9dd1d..0000000000
--- a/third_party/css/bootstrap/BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-licenses(["notice"]) # MIT
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
-)
-
-filegroup(
- name = "bootstrap_css",
- srcs = [
- "css/bootstrap.css",
- "css/bootstrap.css.map",
- "css/bootstrap.min.css",
- "css/bootstrap.min.css.map",
- ],
- visibility = ["//site:__pkg__"],
-)
-
-filegroup(
- name = "bootstrap_images",
- srcs = glob(["fonts/glyphicons-halflings-regular.*"]),
- visibility = ["//site:__pkg__"],
-)