Revert "Derive ToCss for MozImageRect"

This reverts commit fe19c3810c.
This commit is contained in:
Anthony Ramine 2017-06-13 18:00:29 +02:00
parent 8c2a7d6787
commit 8eec24cd46
5 changed files with 39 additions and 21 deletions

View file

@ -36,7 +36,7 @@ pub use self::rect::LengthOrNumberRect;
#[cfg(feature = "gecko")]
pub use self::gecko::ScrollSnapPoint;
pub use self::image::{ColorStop, EndingShape as GradientEndingShape, Gradient};
pub use self::image::{GradientItem, GradientKind, Image, MozImageRect, ImageLayer};
pub use self::image::{GradientItem, GradientKind, Image, ImageRect, ImageLayer};
pub use self::length::AbsoluteLength;
pub use self::length::{FontRelativeLength, ViewportPercentageLength, CharacterWidth, Length, CalcLengthOrPercentage};
pub use self::length::{Percentage, LengthOrNone, LengthOrNumber, LengthOrPercentage, LengthOrPercentageOrAuto};