viridia / quill_v1

Reactive UI framework for Bevy game engine
MIT License
60 stars 7 forks source link

Add style inheritance for text style attributes #19

Open viridia opened 9 months ago

viridia commented 9 months ago

Attributes which affect text styles (color, font size, etc.) should be inherited from the parent element.

viridia commented 9 months ago

Turns out this is really hard to do efficiently.