mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Create FlexFlow's for 'display: flex' nodes.
This commit doesn't implement any flexbox behavior at all. It just constructs FlexFlow's, which act just like the BlockFlow from which they "inherit."
This commit is contained in:
parent
45b7ee9bdb
commit
0488a36862
6 changed files with 286 additions and 1 deletions
|
@ -72,6 +72,7 @@ pub mod construct;
|
|||
pub mod context;
|
||||
pub mod data;
|
||||
pub mod display_list_builder;
|
||||
pub mod flex;
|
||||
pub mod floats;
|
||||
pub mod flow;
|
||||
pub mod flow_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue