aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/closure/closure_template_library.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_rules/closure/closure_template_library.bzl')
-rw-r--r--tools/build_rules/closure/closure_template_library.bzl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build_rules/closure/closure_template_library.bzl b/tools/build_rules/closure/closure_template_library.bzl
index e41cc2dca7..48a1b7a656 100644
--- a/tools/build_rules/closure/closure_template_library.bzl
+++ b/tools/build_rules/closure/closure_template_library.bzl
@@ -30,8 +30,6 @@ _SOY_FILE_TYPE = FileType([".soy"])
def _impl(ctx):
srcs = ctx.files.srcs
args = [
- "--cssHandlingScheme",
- "goog",
"--outputPathFormat",
ctx.outputs.out.path,
"--shouldGenerateJsdoc",