style: Rename AlignJustifySelf to SelfAlignment.

This matches the spec term and, again, the two properties will have different
grammars soon.

MozReview-Commit-ID: 8f8JXj2NnCi
This commit is contained in:
Emilio Cobos Álvarez 2018-01-24 12:27:49 +01:00
parent d4a44de928
commit 711ea51d7b
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 17 additions and 17 deletions

View file

@ -32,7 +32,7 @@ use super::specified;
pub use app_units::Au;
pub use properties::animated_properties::TransitionProperty;
#[cfg(feature = "gecko")]
pub use self::align::{AlignItems, ContentDistribution, AlignJustifySelf, JustifyItems};
pub use self::align::{AlignItems, ContentDistribution, SelfAlignment, JustifyItems};
pub use self::angle::Angle;
pub use self::background::{BackgroundSize, BackgroundRepeat};
pub use self::border::{BorderImageSlice, BorderImageWidth, BorderImageSideWidth};