servo/components/layout_2020/flexbox
atbrakhi 3c57f2cb44
Use Au instead of Length in flexbox code (#30704)
* convert border and padding to app units in flexbox

* convert margin to app units in flexbox

* cleanup, fmt

* add todo comment

* fmt

* add comment

* use Length instead of CSSPixelLength: they are same
2023-11-08 14:23:43 +00:00
..
construct.rs Anonymous boxes that wrap inlines should not inherit overflow (#30579) 2023-10-19 13:43:55 +00:00
geom.rs Use Au instead of Length in flexbox code (#30704) 2023-11-08 14:23:43 +00:00
layout.rs Use Au instead of Length in flexbox code (#30704) 2023-11-08 14:23:43 +00:00
mod.rs remove extern crate (#30311) 2023-09-08 12:11:31 +00:00