mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #18301 - servo:derive-all-the-things, r=emilio
Use generics for the vertical-align property <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18301) <!-- Reviewable:end -->
This commit is contained in:
commit
174c37fddd
13 changed files with 202 additions and 178 deletions
|
@ -34,6 +34,7 @@ pub use self::angle::Angle;
|
|||
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::effects::{BoxShadow, Filter, SimpleShadow};
|
||||
pub use self::flex::FlexBasis;
|
||||
|
@ -60,6 +61,8 @@ pub mod angle;
|
|||
pub mod background;
|
||||
pub mod basic_shape;
|
||||
pub mod border;
|
||||
#[path = "box.rs"]
|
||||
pub mod box_;
|
||||
pub mod color;
|
||||
pub mod effects;
|
||||
pub mod flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue