mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
remove unused Auto
in test of serialization
This commit is contained in:
parent
8798e49889
commit
7d8be25030
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use properties::{parse, parse_input};
|
|||
use style::computed_values::display::T as Display;
|
||||
use style::properties::{PropertyDeclaration, Importance};
|
||||
use style::properties::parse_property_declaration_list;
|
||||
use style::values::{CustomIdent, RGBA, Auto};
|
||||
use style::values::{CustomIdent, RGBA};
|
||||
use style::values::generics::flex::FlexBasis;
|
||||
use style::values::specified::{BorderStyle, BorderSideWidth, Color};
|
||||
use style::values::specified::{Length, LengthOrPercentage, LengthOrPercentageOrAuto};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue