mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Make content distribution parsing know the axis it's parsed for.
MozReview-Commit-ID: LMPXVtKU1mq
This commit is contained in:
parent
0aee33081f
commit
7497720081
6 changed files with 125 additions and 52 deletions
|
@ -11,7 +11,7 @@ use style_traits::{CssWriter, ToCss};
|
|||
use values::computed::{Context, ToComputedValue};
|
||||
use values::specified;
|
||||
|
||||
pub use super::specified::{AlignItems, ContentDistribution, SelfAlignment};
|
||||
pub use super::specified::{AlignContent, JustifyContent, AlignItems, SelfAlignment};
|
||||
|
||||
/// The computed value for the `justify-items` property.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue