afonsolage / bevy_ecss

Bevy crate which uses a subset of CSS to update Bevy ECS components
Apache License 2.0
98 stars 11 forks source link

Split CSS properties on source code level #30

Open Leinnan opened 10 months ago

Leinnan commented 10 months ago

We should somehow let users know that we have two set of properties, one which tries to keep as closes as CSS references (I'm using Mozila docs here) and another which is solely focused on Bevy itself, which can be Ui or even other utilities later on. This issue is reserved for separation on source code level, Outcome: