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