Bug 951793 - Style support for overscroll-behavior in Stylo. r=emilio

This commit is contained in:
Botond Ballo 2017-11-24 14:56:29 -05:00
parent 3907953d80
commit 5e2622f259
7 changed files with 61 additions and 4 deletions

View file

@ -9,7 +9,7 @@ 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, ScrollSnapType};
pub use values::specified::box_::{AnimationName, OverscrollBehavior, ScrollSnapType};
/// A computed value for the `vertical-align` property.
pub type VerticalAlign = GenericVerticalAlign<LengthOrPercentage>;