mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Move some style macros into their own module, used first
This commit is contained in:
parent
864f5509d8
commit
7d66e65d94
4 changed files with 120 additions and 111 deletions
|
@ -12,8 +12,8 @@ use parser::{Parse, ParserContext};
|
|||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
use values::HasViewportPercentage;
|
||||
use values::computed::{CalcLengthOrPercentage, ComputedValueAsSpecified, Context};
|
||||
use values::computed::{LengthOrPercentage as ComputedLengthOrPercentage, ToComputedValue};
|
||||
use values::computed::{CalcLengthOrPercentage, LengthOrPercentage as ComputedLengthOrPercentage};
|
||||
use values::computed::{Context, ToComputedValue};
|
||||
use values::generics::position::Position as GenericPosition;
|
||||
use values::specified::{AllowQuirks, LengthOrPercentage, Percentage};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue