mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use generics for background-size property
This commit is contained in:
parent
334d9088b8
commit
ca8fae91da
10 changed files with 187 additions and 231 deletions
|
@ -24,6 +24,7 @@ use super::specified;
|
|||
|
||||
pub use app_units::Au;
|
||||
pub use cssparser::Color as CSSColor;
|
||||
pub use self::background::BackgroundSize;
|
||||
pub use self::border::{BorderImageSlice, BorderImageWidth, BorderImageWidthSide};
|
||||
pub use self::image::{Gradient, GradientItem, ImageLayer, LineDirection, Image, ImageRect};
|
||||
pub use self::rect::LengthOrNumberRect;
|
||||
|
@ -38,6 +39,7 @@ pub use self::length::{LengthOrPercentageOrAutoOrContent, LengthOrPercentageOrNo
|
|||
pub use self::length::{MaxLength, MozLength};
|
||||
pub use self::position::Position;
|
||||
|
||||
pub mod background;
|
||||
pub mod basic_shape;
|
||||
pub mod border;
|
||||
pub mod image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue