Skip to content

Commit

Permalink
fixup! refactor(material/theming): add inspection compatibility flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Aug 24, 2023
1 parent eeb0cf2 commit 5d65f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/material/core/theming/_inspection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ $_typography-properties: (font, font-family, line-height, font-size, letter-spac
@if $system == density {
@return map.get($theme, $_internals, density-scale) != null;
}
@error 'Valid systems are: base, color, typography, density. Got:' $system; }
@error 'Valid systems are: base, color, typography, density. Got:' $system;
}
@else {
@error #{'Unrecognized theme version:'} $version;
}
Expand Down

0 comments on commit 5d65f1d

Please sign in to comment.