You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's much easier to implement stack spacing when stacks are rendered as single-row or single-column grids, and grid gaps already work in all browsers. For this we need to slightly bump browser version requirements, most notably from Safari 11 to Safari 12.
Resolves#272.
* Remove unused properties in `StackDemo`
* Implement stack spacing with grid gaps
* Fix GTK build
* Bump browser requirements in README.md
* Remove outdated FIXME
* Generalize snapshot timeouts
* Prevent excessive CSS style leaks of properties
Verified in Chrome, Safari, and Firefox, elements in a
VStack
always stick to each other regardless of thespacing
value:The text was updated successfully, but these errors were encountered: