mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
style: Update align-self / justify-self to the spec too.
MozReview-Commit-ID: 8JKF5ucCbYm
This commit is contained in:
parent
4c773a1424
commit
8d7a3f4f3d
6 changed files with 192 additions and 133 deletions
|
@ -12,6 +12,7 @@ use values::computed::{Context, ToComputedValue};
|
|||
use values::specified;
|
||||
|
||||
pub use super::specified::{AlignContent, JustifyContent, AlignItems, SelfAlignment};
|
||||
pub use super::specified::{AlignSelf, JustifySelf};
|
||||
|
||||
/// The computed value for the `justify-items` property.
|
||||
///
|
||||
|
|
|
@ -33,6 +33,8 @@ pub use app_units::Au;
|
|||
pub use properties::animated_properties::TransitionProperty;
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::align::{AlignItems, AlignContent, JustifyContent, SelfAlignment, JustifyItems};
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::align::{AlignSelf, JustifySelf};
|
||||
pub use self::angle::Angle;
|
||||
pub use self::background::{BackgroundSize, BackgroundRepeat};
|
||||
pub use self::border::{BorderImageSlice, BorderImageWidth, BorderImageSideWidth};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue