style: Move animation-name outside of mako.

This commit is contained in:
Emilio Cobos Álvarez 2017-10-24 15:56:24 +02:00
parent 71abec6205
commit d972b07822
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 62 additions and 74 deletions

View file

@ -9,6 +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;
/// A computed value for the `vertical-align` property.
pub type VerticalAlign = GenericVerticalAlign<LengthOrPercentage>;