Skip to content

[css-flexbox] Allow fractions for order #2202

@caub

Description

@caub

To allow more complex ordering, for example using Stern-Brocot trees

<ol style="display: flex;flex-direction: column">
  <li style="order: 3 / 2">33333</li>
  <li style="order: 1 / 2">1111</li>
  <li style="order: 2 / 2">22222</li>
</ol>

https://jsfiddle.net/crl/gvffk5c4/1/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions