Skip to content

fix(core) : add missing relative path to system token import - #32955

Closed
milanprajapati571 wants to merge 3 commits into
angular:mainfrom
milanprajapati571:fix/core-token-path
Closed

fix(core) : add missing relative path to system token import#32955
milanprajapati571 wants to merge 3 commits into
angular:mainfrom
milanprajapati571:fix/core-token-path

Conversation

@milanprajapati571

Copy link
Copy Markdown

Description

This PR fixes a typo in the core/tokens/system import path within _index.scss.

The missing relative path indicator (./) was preventing the system tokens from loading properly, which resulted in the theme mixin being unavailable in versions 20.2.13 and 20.2.14.

Updating the path to @forward './core/tokens/system'; resolves the module resolution error and restores the expected behavior from version 19.x.

Fixes#32917

@google-cla

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@pullapprove
pullapproveBot requested review from crisbeto and ok7saiMarch 19, 2026 20:45
@angular-robotangular-robotBot added the area: core Issues related to the framework runtime label Mar 19, 2026
@tjshiutjshiu added the target: patch This PR is targeted for the next patch release label May 15, 2026
@crisbeto

Copy link
Copy Markdown
Member

Closing in favor of #33627.

@crisbetocrisbeto closed this Aug 4, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: coreIssues related to the framework runtimetarget: patchThis PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(core/tokens/system): Typo in forwarding/importing core/token/system without ./

3 participants

@milanprajapati571@crisbeto@tjshiu