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/BUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/css/bootstrap/BUILD b/third_party/css/bootstrap/BUILD
new file mode 100644
index 0000000000..18fc491cc1
--- /dev/null
+++ b/third_party/css/bootstrap/BUILD
@@ -0,0 +1,22 @@
+licenses(["notice"]) # MIT
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//third_party:__pkg__"],
+)
+
+filegroup(
+ name = "bootstrap_css",
+ srcs = [
+ "css/boostrap.css",
+ "css/boostrap.css.map",
+ "css/bootstrap.min.css",
+ "css/bootstrap.min.css.map",
+ ],
+)
+
+filegroup(
+ name = "bootstrap_images",
+ srcs = glob(["glyphicons-halflings-regular.*"]),
+)