mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use predefined_type for transition-property
This commit is contained in:
parent
2da8eb0342
commit
65356b13f8
4 changed files with 19 additions and 33 deletions
|
@ -27,6 +27,7 @@ use super::generics::grid::TrackList as GenericTrackList;
|
|||
use values::computed::ComputedValueAsSpecified;
|
||||
use values::specified::calc::CalcNode;
|
||||
|
||||
pub use properties::animated_properties::TransitionProperty;
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::align::{AlignItems, AlignJustifyContent, AlignJustifySelf, JustifyItems};
|
||||
pub use self::background::BackgroundSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue