Skip to content

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

Open
milanprajapati571 wants to merge 3 commits intoangular:mainfrom
milanprajapati571:fix/core-token-path
Open

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

Conversation

@milanprajapati571
Copy link

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

google-cla bot commented Mar 19, 2026

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 pullapprove bot requested review from crisbeto and ok7sai March 19, 2026 20:45
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: core Issues related to the framework runtime

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 ./

1 participant