animation-iteration-count property is a number instead of integer.

This commit is contained in:
Hiroyuki Ikezoe 2017-01-05 09:34:22 +09:00
parent 16b0da5004
commit f78cd2caf1
4 changed files with 31 additions and 8 deletions

View file

@ -47,6 +47,7 @@ macro_rules! parse_longhand {
}};
}
mod animation;
mod background;
mod basic_shape;
mod border;