mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Computed value for TrackBreadth and TrackSize
This commit is contained in:
parent
76d4a48885
commit
b55cc7f9da
2 changed files with 53 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue