Derive ToCss for MozImageRect

This commit is contained in:
Anthony Ramine 2017-06-13 11:20:01 +02:00
parent 44eb8c8e4f
commit fe19c3810c
5 changed files with 21 additions and 39 deletions

View file

@ -28,7 +28,7 @@ pub use self::background::BackgroundSize;
pub use self::border::{BorderImageSlice, BorderImageWidth, BorderImageSideWidth};
pub use self::border::{BorderRadius, BorderCornerRadius};
pub use self::color::{Color, RGBAColor};
pub use self::image::{Gradient, GradientItem, ImageLayer, LineDirection, Image, ImageRect};
pub use self::image::{Gradient, GradientItem, ImageLayer, LineDirection, Image, MozImageRect};
#[cfg(feature = "gecko")]
pub use self::gecko::ScrollSnapPoint;
pub use self::rect::LengthOrNumberRect;