From 6a6e7f30f81875b8dc6cb3011870c6312206de58 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 16 Apr 2025 15:47:29 +0000 Subject: [PATCH] build: fix docs site styling token loading Looks like due to some rebasing, the incorrect target was used, so that the token assets wasn't available. --- docs/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD.bazel b/docs/BUILD.bazel index e971f88f0d87..d5c2e81fd981 100644 --- a/docs/BUILD.bazel +++ b/docs/BUILD.bazel @@ -43,7 +43,7 @@ ng_app( "//docs:node_modules/@stackblitz/sdk", "//docs:node_modules/moment", "//docs:node_modules/path-normalize", - "//src/material:tokens", + "//docs/src/assets/tokens", ], )