mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Move util::logical_geometry to style
This commit is contained in:
parent
63dc161b77
commit
db8d502f41
27 changed files with 32 additions and 34 deletions
|
@ -27,10 +27,10 @@ use model::{IntrinsicISizes};
|
|||
use std::cmp::max;
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::{flex_direction, float};
|
||||
use style::logical_geometry::LogicalSize;
|
||||
use style::properties::ComputedValues;
|
||||
use style::properties::style_structs;
|
||||
use style::values::computed::LengthOrPercentageOrAuto;
|
||||
use util::logical_geometry::LogicalSize;
|
||||
use util::opts;
|
||||
|
||||
// A mode describes which logical axis a flex axis is parallel with.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue