mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename entities that belong to text-emphasis-style value. Fix order of imports
This commit is contained in:
parent
acdb4df53b
commit
a1dd888c23
5 changed files with 60 additions and 60 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, TextEmphasisStyle};
|
||||
pub use self::text::{TextAlign, TextEmphasisStyle, TextOverflow, WordSpacing};
|
||||
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