mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
style: Remove angle values from image-orientation.
Bug: 1473450 Reviewed-by: emilio MozReview-Commit-ID: FB74ILJM6Fm
This commit is contained in:
parent
4e8d3fce38
commit
f526af7f01
7 changed files with 10 additions and 310 deletions
|
@ -49,7 +49,6 @@ pub use self::flex::FlexBasis;
|
|||
pub use self::gecko::ScrollSnapPoint;
|
||||
pub use self::image::{ColorStop, EndingShape as GradientEndingShape, Gradient};
|
||||
pub use self::image::{GradientItem, GradientKind, Image, ImageLayer, MozImageRect};
|
||||
pub use self::inherited_box::ImageOrientation;
|
||||
pub use self::length::{AbsoluteLength, CalcLengthOrPercentage, CharacterWidth};
|
||||
pub use self::length::{FontRelativeLength, Length, LengthOrNumber};
|
||||
pub use self::length::{LengthOrPercentage, LengthOrPercentageOrAuto};
|
||||
|
@ -99,7 +98,6 @@ pub mod font;
|
|||
pub mod gecko;
|
||||
pub mod grid;
|
||||
pub mod image;
|
||||
pub mod inherited_box;
|
||||
pub mod length;
|
||||
pub mod list;
|
||||
pub mod outline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue