mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +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
|
@ -11,7 +11,7 @@ use style_traits::{CssWriter, ToCss};
|
|||
use values::computed::{Context, ToComputedValue};
|
||||
use values::specified;
|
||||
|
||||
pub use super::specified::{AlignItems, ContentDistribution, AlignJustifySelf};
|
||||
pub use super::specified::{AlignItems, ContentDistribution, SelfAlignment};
|
||||
|
||||
/// The computed value for the `justify-items` property.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue