Skip to content

Commit 9162633

Browse files
authored
fix(material/theming): Expose the theme-remove Sass function (#28314)
We intended to expose this function along with the other theme inspection APIs, but forgot to add it to the list. It is necessary for users to be able to create their own versions of mixins like `all-component-colors`
1 parent 244bed4 commit 9162633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@
151151

152152
// New theming APIs:
153153
@forward './core/theming/inspection' show get-theme-version, get-theme-type, get-theme-color,
154-
get-theme-typography, get-theme-density, theme-has;
154+
get-theme-typography, get-theme-density, theme-has, theme-remove;

0 commit comments

Comments
 (0)