style: Move touch-action outside of mako

This commit is contained in:
CYBAI 2017-12-26 22:05:03 +08:00
parent 97bba5fdc1
commit 05b014e720
6 changed files with 112 additions and 81 deletions

View file

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