StyleSheet icon indicating copy to clipboard operation
StyleSheet copied to clipboard

Document implications of style ordering

Open werediver opened this issue 5 years ago • 0 comments

In the current implementation styles are applied in the order of definition. This requires careful ordering, otherwise a style for a base class can override a style for a subclass, which can hardly be the desired behavior.

This important aspect of the framework mechanics should be documented in README.

werediver avatar Sep 30 '18 21:09 werediver