From 7688f995872896be2d3b60dcc934211cbd5ede5e Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Tue, 24 Oct 2023 13:02:16 -0700 Subject: [PATCH] Update guides/theming.md Co-authored-by: Jeremy Elbourn --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 9a24b11ad22d..ca6d3ec55c9b 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -245,7 +245,7 @@ Angular Material themes are divided along several dimensions: Base : Common base styles for the design system. These styles don't change based on your configured colors, typography, or density, so they only need to be included once per application. These -styles may include things such as border-radius, border-width, etc. All components have a base +mixins include structural styles such as border-radius, border-width, etc. All components have a base mixin that can be used to include its base styles. (For example, `@include mat.checkbox-base($theme)`)