mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Move -moz-context-properties outside of mako
This commit is contained in:
parent
005dc85a88
commit
c72066af2d
5 changed files with 28 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue