Hi,
it would be great to have the ability to apply multiple styles to one element.
Example use case is the following:
in styles template file we defined styles for object foreground colors, styles for object borders and styles for object font sizes. All these predefined styles can be combined in various ways.
Right now we have to define all the possible combinations in styles template file, which is time consuming and in case, for example, some foreground color needs to be changed, then we have to walk through all combinations, where this color was applied.
P.S.
In case of conflicts between some style properties advantage would have property defined in first style from the list of styles.
Recommended Comments