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

Commit e5415f8

Browse files
refactor(sass): Remove sass deprecation warnings.
PiperOrigin-RevId: 699993572
1 parent e0563ec commit e5415f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-theme/_theme-color.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ $_property-values-copy: $property-values;
305305
}
306306

307307
@return meta.type-of($style) == 'color' or $style == 'currentColor' or
308-
str_slice($style, 1, 4) == 'var(' or $style == 'inherit' or $style ==
308+
string.slice($style, 1, 4) == 'var(' or $style == 'inherit' or $style ==
309309
'transparent' or
310310
// NOTE: `GrayText` is deprecated, but is the only feasible way to convey the
311311
// correct high-contrast mode colors in alignment with Windows system colors.

0 commit comments

Comments
 (0)