style: Add page-size parsing to Servo

Differential Revision: https://phabricator.services.mozilla.com/D102360
This commit is contained in:
Emily McDonough 2021-01-27 00:47:56 +00:00 committed by Emilio Cobos Álvarez
parent 1927a676fd
commit 96c08d78cf
6 changed files with 183 additions and 0 deletions

View file

@ -71,6 +71,7 @@ pub use self::list::MozListReversed;
pub use self::list::Quotes;
pub use self::motion::{OffsetPath, OffsetRotate};
pub use self::outline::OutlineStyle;
pub use self::page::{Orientation, PaperSize, PageSize};
pub use self::percentage::{NonNegativePercentage, Percentage};
pub use self::position::AspectRatio;
pub use self::position::{
@ -118,6 +119,7 @@ pub mod length_percentage;
pub mod list;
pub mod motion;
pub mod outline;
pub mod page;
pub mod percentage;
pub mod position;
pub mod rect;