This commit is contained in:
Emilio Cobos Álvarez 2021-02-26 11:43:25 +01:00
parent c4ad61faa5
commit 80dae5bc59
28 changed files with 145 additions and 107 deletions

View file

@ -70,7 +70,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::page::{Orientation, PageSize, PaperSize};
pub use self::percentage::Percentage;
pub use self::position::AspectRatio;
pub use self::position::{
@ -122,8 +122,8 @@ pub mod length;
pub mod list;
pub mod motion;
pub mod outline;
pub mod percentage;
pub mod page;
pub mod percentage;
pub mod position;
pub mod ratio;
pub mod rect;