mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix naming of ExtremumLength variants
This commit is contained in:
parent
e6d9c251d1
commit
3fba02a0d6
2 changed files with 12 additions and 12 deletions
|
@ -198,7 +198,7 @@ impl ToCss for KeyframesName {
|
|||
// A type for possible values for min- and max- flavors of width,
|
||||
// height, block-size, and inline-size.
|
||||
define_css_keyword_enum!(ExtremumLength:
|
||||
"-moz-max-content" => MaxContent,
|
||||
"-moz-min-content" => MinContent,
|
||||
"-moz-fit-content" => FitContent,
|
||||
"-moz-available" => FillAvailable);
|
||||
"-moz-max-content" => MozMaxContent,
|
||||
"-moz-min-content" => MozMinContent,
|
||||
"-moz-fit-content" => MozFitContent,
|
||||
"-moz-available" => MozAvailable);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue