Skip to content

Commit 2a2ab94

Browse files
authored
build: fix docs site styling token loading (#30884)
Looks like due to some rebasing, the incorrect target was used, so that the token assets wasn't available.
1 parent fe5c51c commit 2a2ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ng_app(
4343
"//docs:node_modules/@stackblitz/sdk",
4444
"//docs:node_modules/moment",
4545
"//docs:node_modules/path-normalize",
46-
"//src/material:tokens",
46+
"//docs/src/assets/tokens",
4747
],
4848
)
4949

0 commit comments

Comments
 (0)