style: Move -moz-force-broken-image-icon out of mako

This commit is contained in:
Nazım Can Altınova 2017-11-18 17:23:34 +03:00
parent b2b51d333e
commit b2df766da8
5 changed files with 71 additions and 54 deletions

View file

@ -59,6 +59,7 @@ pub use self::table::XSpan;
pub use self::text::{InitialLetter, LetterSpacing, LineHeight, TextOverflow, WordSpacing};
pub use self::time::Time;
pub use self::transform::{TimingFunction, Transform, TransformOperation, TransformOrigin};
pub use self::ui::MozForceBrokenImageIcon;
#[cfg(feature = "gecko")]
pub mod align;
@ -84,6 +85,7 @@ pub mod table;
pub mod text;
pub mod time;
pub mod transform;
pub mod ui;
/// A `Context` is all the data a specified value could ever need to compute
/// itself and be transformed to a computed value.