mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Avoid ComputedValueAsSpecified for TrackKeyword.
This commit is contained in:
parent
5e136a7a05
commit
02d24061e7
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ define_css_keyword_enum!{ TrackKeyword:
|
||||||
"max-content" => MaxContent,
|
"max-content" => MaxContent,
|
||||||
"min-content" => MinContent
|
"min-content" => MinContent
|
||||||
}
|
}
|
||||||
impl ComputedValueAsSpecified for TrackKeyword {}
|
add_impls_for_keyword_enum!(TrackKeyword);
|
||||||
|
|
||||||
/// A track breadth for explicit grid track sizing. It's generic solely to
|
/// A track breadth for explicit grid track sizing. It's generic solely to
|
||||||
/// avoid re-implementing it for the computed type.
|
/// avoid re-implementing it for the computed type.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue