Came out of and related to #2008, but:
There are currently multiple topics under Styling & Themes mostly for WC, except those are not propagated to React and (where applicable) Blazor
I'd venture a guess almost all of the content is applicable to React and a lot of the stuff should be valid for Blazor as well. There's currently more information in the Agent Skills and the Theming MCP for those platforms than the docs probably.
Also in general, I think we should have some basic guidance for application level integration, something in the lines of:
To integrate or keep in sync the entire application with the applied Ignite UI theme you can add the following for example:
body {
font-family: var(--ig-font-family);
background: var(--ig-surface-500);
color: var(--ig-surface-500-contrast);
}
We've been doing that in templates from CLI/App Builder, probably more stuff, but that's general usage advice we should also have somewhere, if not in the docs, then in skills.
Came out of and related to #2008, but:
There are currently multiple topics under Styling & Themes mostly for WC, except those are not propagated to React and (where applicable) Blazor
React oddly has only the Overview in the TOC

Blazor has Overview and Typography

I'd venture a guess almost all of the content is applicable to React and a lot of the stuff should be valid for Blazor as well. There's currently more information in the Agent Skills and the Theming MCP for those platforms than the docs probably.
Also in general, I think we should have some basic guidance for application level integration, something in the lines of:
To integrate or keep in sync the entire application with the applied Ignite UI theme you can add the following for example:
We've been doing that in templates from CLI/App Builder, probably more stuff, but that's general usage advice we should also have somewhere, if not in the docs, then in skills.