style: Move display outside of mako

This commit is contained in:
CYBAI 2017-12-31 01:27:10 +08:00
parent be7d13e37f
commit a764d9065e
5 changed files with 249 additions and 226 deletions

View file

@ -9,8 +9,8 @@ use values::computed::length::LengthOrPercentage;
use values::generics::box_::AnimationIterationCount as GenericAnimationIterationCount;
use values::generics::box_::VerticalAlign as GenericVerticalAlign;
pub use values::specified::box_::{AnimationName, OverflowClipBox, OverscrollBehavior};
pub use values::specified::box_::{ScrollSnapType, TouchAction, WillChange};
pub use values::specified::box_::{AnimationName, Display, OverflowClipBox};
pub use values::specified::box_::{OverscrollBehavior, ScrollSnapType, TouchAction, WillChange};
/// A computed value for the `vertical-align` property.
pub type VerticalAlign = GenericVerticalAlign<LengthOrPercentage>;