Skip to content

Commit

Permalink
Adds visibility restriction to css_bundle.bzl.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Jul 24, 2023
1 parent 4dbfb45 commit b2baca6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/binaries/css_bundler/css_bundle.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
load("@aspect_bazel_lib//lib:paths.bzl", "to_output_relative_path")
load("//packages/rules_prerender/css:css_providers.bzl", "CssImportMapInfo", "CssInfo")

visibility(["//packages/rules_prerender/css/..."])

def _css_bundle_impl(ctx):
# Map each direct dependency source file to an output of the same full file path
# under this target's name. Ideally we would just keep the name the same, but then
Expand Down

0 comments on commit b2baca6

Please sign in to comment.