We started using Kendo / ThemeBuilder in our existing project which is using this root font size:
html {
font-size: 10px;
}
This obviously cause issues with Kendo themese and ThemeBuilder which expects this value to be 16px.
Is there a way to configure this in ThemeBuilder or could this be implemented in the future?
Alternative solution would be to switch to 16px in our project. Which means we would have to recompute all CSS values which are using rem units.