mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Rename AlignJustifyContent to ContentDistribution.
align-content and justify-content will have different types in a second. MozReview-Commit-ID: 5JDeR5kXZNP
This commit is contained in:
parent
da56bdecc6
commit
d4a44de928
6 changed files with 24 additions and 24 deletions
|
@ -11,7 +11,7 @@ use style_traits::{CssWriter, ToCss};
|
|||
use values::computed::{Context, ToComputedValue};
|
||||
use values::specified;
|
||||
|
||||
pub use super::specified::{AlignItems, AlignJustifyContent, AlignJustifySelf};
|
||||
pub use super::specified::{AlignItems, ContentDistribution, AlignJustifySelf};
|
||||
|
||||
/// The computed value for the `justify-items` property.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue