Closed peterstuart closed 2 years ago
This adds support for equivalents of the flexbox justification types that make sense so far.
In examples/container.rs, change justification: Justification::SpaceAround to try all the enum cases defined in justification.rs.
examples/container.rs
justification: Justification::SpaceAround
justification.rs
This adds support for equivalents of the flexbox justification types that make sense so far.
Testing
In
examples/container.rs
, changejustification: Justification::SpaceAround
to try all the enum cases defined injustification.rs
.