mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Return an error when animating column-count: auto
This changes the behaviour of animations of `column-count` (hello Captain Obvious) but this is a bugfix.
This commit is contained in:
parent
761689f32d
commit
0a3f30fb12
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pub enum ColumnCount<PositiveInteger> {
|
||||||
/// A positive integer.
|
/// A positive integer.
|
||||||
Integer(PositiveInteger),
|
Integer(PositiveInteger),
|
||||||
/// The keyword `auto`.
|
/// The keyword `auto`.
|
||||||
|
#[animation(error)]
|
||||||
Auto,
|
Auto,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue