mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
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:
parent
d4a44de928
commit
711ea51d7b
6 changed files with 17 additions and 17 deletions
|
@ -26,7 +26,7 @@ use values::specified::calc::CalcNode;
|
|||
pub use properties::animated_properties::TransitionProperty;
|
||||
pub use self::angle::Angle;
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::align::{AlignItems, ContentDistribution, AlignJustifySelf, JustifyItems};
|
||||
pub use self::align::{AlignItems, ContentDistribution, SelfAlignment, JustifyItems};
|
||||
pub use self::background::{BackgroundRepeat, BackgroundSize};
|
||||
pub use self::border::{BorderCornerRadius, BorderImageSlice, BorderImageWidth};
|
||||
pub use self::border::{BorderImageSideWidth, BorderRadius, BorderSideWidth, BorderSpacing};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue