bevy_extended_ui 1.4.0-beta.2

Create simply ui's with css and html for bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Patch Notes

### Version 1.4.0

- CSS variables support bo have fallbacks
- CSS support for `vh` and `vw`
- CSS functions support `calc`, `var`, `sin`, `max`, `min` and `minmax`
- Clipboard Support
- Better Background handling

### Fixes

- Fixed a bug where the scrollbar was flickering
- Fixed a bug where the `grid` layout not react to `gap`
- Fixed `background` for images like `center` or `cover`