mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add docs for grid types
This commit is contained in:
parent
5d740e4edd
commit
c70fb42cea
3 changed files with 28 additions and 6 deletions
|
@ -327,10 +327,10 @@ impl ToCss for ClipRect {
|
|||
/// rect(...) | auto
|
||||
pub type ClipRectOrAuto = Either<ClipRect, Auto>;
|
||||
|
||||
#[allow(missing_docs)]
|
||||
/// The computed value of a grid `<track-breadth>`
|
||||
pub type TrackBreadth = GenericTrackBreadth<LengthOrPercentage>;
|
||||
|
||||
#[allow(missing_docs)]
|
||||
/// The computed value of a grid `<track-size>`
|
||||
pub type TrackSize = GenericTrackSize<LengthOrPercentage>;
|
||||
|
||||
impl ClipRectOrAuto {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue