mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -555,10 +555,10 @@ impl ToCss for Opacity {
|
|||
#[allow(missing_docs)]
|
||||
pub type UrlOrNone = Either<SpecifiedUrl, None_>;
|
||||
|
||||
#[allow(missing_docs)]
|
||||
/// The specified value of a grid `<track-breadth>`
|
||||
pub type TrackBreadth = GenericTrackBreadth<LengthOrPercentage>;
|
||||
|
||||
#[allow(missing_docs)]
|
||||
/// The specified value of a grid `<track-size>`
|
||||
pub type TrackSize = GenericTrackSize<LengthOrPercentage>;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue