mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Parameterize the rest of the style system on TNode.
This commit is contained in:
parent
5c749127cc
commit
c2daea2c9c
37 changed files with 149 additions and 113 deletions
|
@ -28,8 +28,8 @@ 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::properties::{ComputedValues, TComputedValues};
|
||||
use style::values::computed::LengthOrPercentageOrAuto;
|
||||
|
||||
// A mode describes which logical axis a flex axis is parallel with.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue