IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.

Home Page:https://www.infragistics.com/products/ignite-ui-blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot set "Font Size" related properties using custom CSS properties

agoldenbaum opened this issue · comments

As an example, the following CSS does nothing with an IgbDataGrid on the page:

.ig-data-grid {
--cell-font-size: 24px;
}