aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/css/bootstrap/BUILD
blob: 18fc491cc19eeb1a959613cd136090e0df5435ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.*"]),
)