Skip to content

Commit 5d65f1d

Browse files
committed
fixup! refactor(material/theming): add inspection compatibility flag
1 parent eeb0cf2 commit 5d65f1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/core/theming/_inspection.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ $_typography-properties: (font, font-family, line-height, font-size, letter-spac
224224
@if $system == density {
225225
@return map.get($theme, $_internals, density-scale) != null;
226226
}
227-
@error 'Valid systems are: base, color, typography, density. Got:' $system; }
227+
@error 'Valid systems are: base, color, typography, density. Got:' $system;
228+
}
228229
@else {
229230
@error #{'Unrecognized theme version:'} $version;
230231
}

0 commit comments

Comments
 (0)