mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move text-emphasis-style variables out of mako templates
This commit is contained in:
parent
f1338d3df8
commit
73113e28dd
7 changed files with 175 additions and 177 deletions
|
@ -75,7 +75,7 @@ pub use self::svg::{SVGPaintOrder, SVGStrokeDashArray, SVGWidth};
|
|||
pub use self::svg::MozContextProperties;
|
||||
pub use self::table::XSpan;
|
||||
pub use self::text::{InitialLetter, LetterSpacing, LineHeight, MozTabSize};
|
||||
pub use self::text::{TextAlign, TextOverflow, WordSpacing};
|
||||
pub use self::text::{TextAlign, TextOverflow, WordSpacing, TextEmphasisStyle};
|
||||
pub use self::time::Time;
|
||||
pub use self::transform::{Rotate, Scale, TimingFunction, Transform, TransformOperation};
|
||||
pub use self::transform::{TransformOrigin, TransformStyle, Translate};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue