style: Move -moz-context-properties outside of mako

This commit is contained in:
Igor Gutorov 2018-01-11 00:44:41 +02:00
parent 005dc85a88
commit c72066af2d
5 changed files with 28 additions and 21 deletions

View file

@ -62,6 +62,7 @@ pub use self::percentage::Percentage;
pub use self::position::{Position, GridAutoFlow, GridTemplateAreas};
pub use self::svg::{SVGLength, SVGOpacity, SVGPaint, SVGPaintKind};
pub use self::svg::{SVGPaintOrder, SVGStrokeDashArray, SVGWidth};
pub use self::svg::MozContextProperties;
pub use self::table::XSpan;
pub use self::text::{InitialLetter, LetterSpacing, LineHeight, TextAlign, TextOverflow, WordSpacing};
pub use self::time::Time;