Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0dfad9a

Browse files
grzuywilliamernest
authored andcommitted
feat(typography): Update variable reference to work for newer versions of ruby-sass (#3047)
1 parent 3eca187 commit 0dfad9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-typography/_functions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
$style-props: map-merge($base-styles, $style-props);
5555

5656
// Merge global overrides onto each style.
57-
@if global_variable_exists(mdc-typography-styles-#{$style}) {
57+
@if global_variable_exists(unquote("mdc-typography-styles-#{$style}")) {
5858
$style-props: map-merge($style-props, mdc-typography-get-global-variable_(#{$style}));
5959
}
6060

0 commit comments

Comments
 (0)