mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Change the animation_type of column-count to normal.
This commit is contained in:
parent
b8b4ec92df
commit
0dcee472c1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ${helpers.predefined_type("column-count",
|
|||
parse_method="parse_positive",
|
||||
initial_specified_value="Either::Second(Auto)",
|
||||
experimental="True",
|
||||
animation_type="none",
|
||||
animation_type="normal",
|
||||
extra_prefixes="moz",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-count")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue