Computed value for TrackBreadth and TrackSize

This commit is contained in:
Ravi Shankar 2017-02-15 12:32:02 +05:30
parent 76d4a48885
commit b55cc7f9da
2 changed files with 53 additions and 3 deletions

View file

@ -22,7 +22,7 @@ use super::computed::Shadow as ComputedShadow;
#[cfg(feature = "gecko")]
pub use self::align::{AlignItems, AlignJustifyContent, AlignJustifySelf, JustifyItems};
pub use self::grid::GridLine;
pub use self::grid::{GridLine, TrackBreadth, TrackKeyword, TrackSize};
pub use self::image::{AngleOrCorner, ColorStop, EndingShape as GradientEndingShape, Gradient};
pub use self::image::{GradientKind, HorizontalDirection, Image, LengthOrKeyword, LengthOrPercentageOrKeyword};
pub use self::image::{SizeKeyword, VerticalDirection};