mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Implement 'align-self' and 'justify-self'
This commit is contained in:
parent
34fb10bd40
commit
4de480ec9b
5 changed files with 124 additions and 11 deletions
|
@ -21,7 +21,7 @@ use super::computed::{ComputedValueAsSpecified, Context, ToComputedValue};
|
|||
use super::computed::Shadow as ComputedShadow;
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::align::AlignJustifyContent;
|
||||
pub use self::align::{AlignJustifyContent, AlignJustifySelf};
|
||||
pub use self::grid::GridLine;
|
||||
pub use self::image::{AngleOrCorner, ColorStop, EndingShape as GradientEndingShape, Gradient};
|
||||
pub use self::image::{GradientKind, HorizontalDirection, Image, LengthOrKeyword, LengthOrPercentageOrKeyword};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue