-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
component: CssBaselineThe React component.The React component.docsImprovements or additions to the documentation.Improvements or additions to the documentation.
Description
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
My understanding is the stylesheet names that can be provided to theme.overrides are the stylesheet names specified in each component's API docs. For example, here in the Checkbox API docs:
The Customization/Theming/Typography docs says that:
In order to globally define Raleway as a font face the
CssBaselinecomponent needs to be used.
However, the CssBaseline API docs do not mention any style sheet name, so I'm confused whether my understanding is correct and this is a doc issue, or if the possible overrides style sheet names are in fact defined elsewhere (I haven't found anything).
This may be relevant for other components, too (there are quite a few whose API docs do not have the CSS heading and thus no stylesheet name).
Metadata
Metadata
Assignees
Labels
component: CssBaselineThe React component.The React component.docsImprovements or additions to the documentation.Improvements or additions to the documentation.

