style: Update align-self / justify-self to the spec too.

MozReview-Commit-ID: 8JKF5ucCbYm
This commit is contained in:
Emilio Cobos Álvarez 2018-01-24 17:02:57 +01:00
parent 4c773a1424
commit 8d7a3f4f3d
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 192 additions and 133 deletions

View file

@ -27,6 +27,8 @@ pub use properties::animated_properties::TransitionProperty;
pub use self::angle::Angle;
#[cfg(feature = "gecko")]
pub use self::align::{AlignContent, JustifyContent, AlignItems, ContentDistribution, SelfAlignment, JustifyItems};
#[cfg(feature = "gecko")]
pub use self::align::{AlignSelf, JustifySelf};
pub use self::background::{BackgroundRepeat, BackgroundSize};
pub use self::border::{BorderCornerRadius, BorderImageSlice, BorderImageWidth};
pub use self::border::{BorderImageSideWidth, BorderRadius, BorderSideWidth, BorderSpacing};