From 237ace8b467f1d9b1377fb55fec2186757702dbb Mon Sep 17 00:00:00 2001 From: Milan Prajapati <83503297+milanprajapati571@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:02:16 +0530 Subject: [PATCH 1/3] fix: correct import path --- src/material/_index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material/_index.scss b/src/material/_index.scss index 31089de57f34..4db720ae270c 100644 --- a/src/material/_index.scss +++ b/src/material/_index.scss @@ -17,10 +17,10 @@ @forward './core/theming/theming' as private-* show private-clamp-density; @forward './core/typography/typography' show typography-hierarchy; @forward './core/typography/typography-utils' show font-shorthand; -@forward 'core/tokens/system' show system-level-colors, +@forward './core/tokens/system' show system-level-colors, system-level-typography, system-level-elevation, system-level-shape, system-level-motion, system-level-state, theme, theme-overrides, m2-theme; -@forward 'core/tokens/classes' show system-classes; +@forward './core/tokens/classes' show system-classes; // Private/Internal @forward './core/density/private/all-density' show all-component-densities; From 5165c7e8b1bc0ca82f2e550d491a6ce3f38774a3 Mon Sep 17 00:00:00 2001 From: Milan Prajapati <83503297+milanprajapati571@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:11:57 +0530 Subject: [PATCH 2/3] fix(core): add missing relative path to system tokens import --- src/material/_index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/material/_index.scss b/src/material/_index.scss index 4db720ae270c..f8e84e0f9d82 100644 --- a/src/material/_index.scss +++ b/src/material/_index.scss @@ -143,3 +143,4 @@ tree-base, tree-overrides; @forward './timepicker/timepicker-theme' as timepicker-* show timepicker-theme, timepicker-color, timepicker-typography, timepicker-density, timepicker-base, timepicker-overrides; + From 2bfeca23b0259d7f0fd5ff14a275a3c639016088 Mon Sep 17 00:00:00 2001 From: Milan Prajapati <83503297+milanprajapati571@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:17:14 +0530 Subject: [PATCH 3/3] fix: removed the whitespace at the end of file --- src/material/_index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/material/_index.scss b/src/material/_index.scss index f8e84e0f9d82..55d4a863b650 100644 --- a/src/material/_index.scss +++ b/src/material/_index.scss @@ -142,5 +142,4 @@ @forward './tree/tree-theme' as tree-* show tree-theme, tree-color, tree-typography, tree-density, tree-base, tree-overrides; @forward './timepicker/timepicker-theme' as timepicker-* show timepicker-theme, timepicker-color, - timepicker-typography, timepicker-density, timepicker-base, timepicker-overrides; - + timepicker-typography, timepicker-density, timepicker-base, timepicker-overrides; \ No newline at end of file