Path: blob/trunk/third_party/closure/goog/css/BUILD.bazel
4088 views
load("@rules_closure//closure:defs.bzl", "closure_css_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
closure_css_library(
name = "css",
srcs = glob(["*.css"]),
)