style: Implement 'align-self' and 'justify-self'

This commit is contained in:
Matt Brubeck 2017-02-15 10:57:18 -08:00
parent 34fb10bd40
commit 4de480ec9b
5 changed files with 124 additions and 11 deletions

View file

@ -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};