style: Style changes to support the 'page-orientation' property

Differential Revision: https://phabricator.services.mozilla.com/D161800
This commit is contained in:
Jonathan Watt 2023-01-16 15:03:44 +00:00 committed by Martin Robinson
parent 9e36918bf0
commit dd372eb5c2
7 changed files with 33 additions and 2 deletions

View file

@ -81,7 +81,7 @@ pub use self::list::ListStyleType;
pub use self::list::Quotes;
pub use self::motion::{OffsetPath, OffsetRotate};
pub use self::outline::OutlineStyle;
pub use self::page::{PageName, PageSize, PageSizeOrientation, PaperSize};
pub use self::page::{PageName, PageOrientation, PageSize, PageSizeOrientation, PaperSize};
pub use self::percentage::{NonNegativePercentage, Percentage};
pub use self::position::AspectRatio;
pub use self::position::{

View file

@ -11,6 +11,7 @@ use crate::values::generics::size::Size2D;
use crate::values::specified::page as specified;
pub use generics::page::GenericPageSize;
pub use generics::page::PageOrientation;
pub use generics::page::PageSizeOrientation;
pub use generics::page::PaperSize;
pub use specified::PageName;