style: Make resolutions more like the rest of the CSS values.

Bug: 1460655
Reviewed-by: xidorn
MozReview-Commit-ID: 3Gt8VX1KhjC
This commit is contained in:
Emilio Cobos Álvarez 2018-05-10 18:06:27 +02:00
parent 2688588538
commit 2f18b67ce1
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 128 additions and 50 deletions

View file

@ -56,6 +56,7 @@ pub use self::inherited_box::{ImageOrientation, Orientation};
#[cfg(feature = "gecko")]
pub use self::gecko::ScrollSnapPoint;
pub use self::rect::LengthOrNumberRect;
pub use self::resolution::Resolution;
pub use super::{Auto, Either, None_};
pub use super::specified::{BorderStyle, TextDecorationLine};
pub use self::length::{CalcLengthOrPercentage, Length, LengthOrNumber, LengthOrPercentage};
@ -105,6 +106,7 @@ pub mod outline;
pub mod percentage;
pub mod position;
pub mod rect;
pub mod resolution;
pub mod svg;
pub mod table;
pub mod text;