mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
style: Move contain outside of mako
This commit is contained in:
parent
9187c9a093
commit
4c23f09934
5 changed files with 102 additions and 98 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, Display, OverflowClipBox};
|
||||
pub use values::specified::box_::{AnimationName, Display, OverflowClipBox, Contain};
|
||||
pub use values::specified::box_::{OverscrollBehavior, ScrollSnapType, TouchAction, WillChange};
|
||||
|
||||
/// A computed value for the `vertical-align` property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue