Skip to content

Commit 896db50

Browse files
committed
docs: fix material symbols scss example
1 parent 036c7bb commit 896db50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/app/(main)/components/material-icons-and-symbols/MaterialFontStylesWarning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function MaterialFontStylesWarning(): ReactElement {
1515
{`@use "@react-md/core";
1616
1717
[class*="material-"] {
18-
@include everything.icon-use-var(font-size, size);
18+
@include core.icon-use-var(font-size, size);
1919
}
2020
`}
2121
</CopyCode>

0 commit comments

Comments
 (0)