I select a specific element in Telerik ThemeBuilder, e.g. a button. Then I change a single property of this element, e.g. the background color of the button text. Then I try to export the changes using the "Export Selected" button. I then get a CSS file with over 7500 lines. But I only want to get the changed elements. When I examine the CSS file, I see that a lot of the exported lines have nothing to do with the button, e.g. .k-separator or .k-grid-layout. So I removed all of these elements. So I still had over 1600 lines. But I'm wondering, are 1600 lines really affected by my small change? Can't I export a lot less?
The idea is, if I only change the background color of the button text, then I would rather get a minimal file that I can use as an override. Ideally consisting of only a few dozen lines.
The idea is, if I only change the background color of the button text, then I would rather get a minimal file that I can use as an override. Ideally consisting of only a few dozen lines.