Skip to content

Commit f750300

Browse files
committed
build: set up token extraction for the timepicker
Adds a target to extract the tokens from the timepicker.
1 parent 0fb4247 commit f750300

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/material/timepicker/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
load(
22
"//tools:defaults.bzl",
3+
"extract_tokens",
34
"markdown_to_html",
45
"ng_module",
56
"ng_test_library",
@@ -72,6 +73,11 @@ markdown_to_html(
7273
srcs = [":timepicker.md"],
7374
)
7475

76+
extract_tokens(
77+
name = "tokens",
78+
srcs = [":timepicker_scss_lib"],
79+
)
80+
7581
filegroup(
7682
name = "source-files",
7783
srcs = glob(["**/*.ts"]),

0 commit comments

Comments
 (0)