mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
style: Move color to use predefined_type.
I want to play with autogenerating style structs, and color is the smallest struct out there. However, moving it out of the mako file is a requirement. This patch does that.
This commit is contained in:
parent
e5efbeea6e
commit
862f3b4369
5 changed files with 125 additions and 120 deletions
|
@ -35,7 +35,7 @@ pub use self::background::BackgroundSize;
|
|||
pub use self::border::{BorderImageSlice, BorderImageWidth, BorderImageSideWidth};
|
||||
pub use self::border::{BorderRadius, BorderCornerRadius};
|
||||
pub use self::box_::VerticalAlign;
|
||||
pub use self::color::{Color, RGBAColor};
|
||||
pub use self::color::{Color, ColorPropertyValue, RGBAColor};
|
||||
pub use self::effects::{BoxShadow, Filter, SimpleShadow};
|
||||
pub use self::flex::FlexBasis;
|
||||
pub use self::image::{Gradient, GradientItem, Image, ImageLayer, LineDirection, MozImageRect};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue