Дмитрий
Results
1
issues of
Дмитрий
Hello! I "ported" rust test -- https://github.com/vislyhq/stretch/blob/master/tests/generated/absolute_layout_align_items_center_on_child_only.rs to JS (I believe, I made it correctly) ```js import { Allocator, Node, AlignSelf, PositionType } from 'stretch-layout'; const allocator = new Allocator();...