mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -31,6 +31,7 @@ pub mod grid;
|
|||
pub mod image;
|
||||
pub mod length;
|
||||
pub mod motion;
|
||||
pub mod page;
|
||||
pub mod position;
|
||||
pub mod rect;
|
||||
pub mod size;
|
||||
|
@ -292,3 +293,5 @@ impl<L> ClipRectOrAuto<L> {
|
|||
matches!(*self, ClipRectOrAuto::Auto)
|
||||
}
|
||||
}
|
||||
|
||||
pub use page::PageSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue