style: Remove HasViewportPercentage.

It's not needed since #18268
This commit is contained in:
Emilio Cobos Álvarez 2017-08-29 23:45:45 +02:00
parent 473934c989
commit 36ff89bd28
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
61 changed files with 73 additions and 437 deletions

View file

@ -311,7 +311,6 @@ ${helpers.predefined_type("object-position",
}
}
no_viewport_percentage!(SpecifiedValue);
impl ComputedValueAsSpecified for SpecifiedValue {}
impl ToCss for computed_value::T {
@ -454,7 +453,6 @@ ${helpers.predefined_type("object-position",
pub columns: Range<u32>,
}
no_viewport_percentage!(TemplateAreas);
impl ComputedValueAsSpecified for TemplateAreas {}
impl Parse for TemplateAreas {