mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Bug 951793 - Style support for overscroll-behavior in Stylo. r=emilio
This commit is contained in:
parent
3907953d80
commit
5e2622f259
7 changed files with 61 additions and 4 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue