afonsolage / bevy_ecss

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

Added Row-Gap and Column-Gap property support #49

Closed TheDudeFromCI closed 9 months ago

TheDudeFromCI commented 9 months ago

The row_gap and column_gap properties are defined within the Style component, so I added support for them.