mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Add page-size parsing to Servo
Differential Revision: https://phabricator.services.mozilla.com/D102360
This commit is contained in:
parent
1927a676fd
commit
96c08d78cf
6 changed files with 183 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue