mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Use helpers.predefined_type for transform property.
This commit is contained in:
parent
0047c77f03
commit
79fb584eac
7 changed files with 46 additions and 52 deletions
|
@ -56,7 +56,7 @@ pub use self::svg::{SVGLength, SVGOpacity, SVGPaint, SVGPaintKind, SVGStrokeDash
|
|||
pub use self::table::XSpan;
|
||||
pub use self::text::{InitialLetter, LetterSpacing, LineHeight, TextOverflow, WordSpacing};
|
||||
pub use self::time::Time;
|
||||
pub use self::transform::{TimingFunction, TransformOrigin};
|
||||
pub use self::transform::{TimingFunction, Transform, TransformOperation, TransformOrigin};
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
pub mod align;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue