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

refactor(sass): Remove sass deprecation warnings. #8251

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mdc-theme/_theme-color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ $_property-values-copy: $property-values;
}

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