Fixes #988 - edge case in dropping `animation-duration`.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 5 Mar 2018 11:37:26 +0000 (12:37 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 5 Mar 2018 18:35:56 +0000 (19:35 +0100)
commitc7fc1d1af99d62d1792220971a6b74da355e9f60
tree271248d4f825fe94f8dffdc431281328e4b8b37f
parent25771a54a70fbf72406c04270ceaf143dcbc3990
Fixes #988 - edge case in dropping `animation-duration`.

When `animation-duration` is default but `animation-delay` isn't we
shouldn't drop the former as both need to be given.
History.md
lib/optimizer/level-2/compactable.js
lib/optimizer/level-2/restore.js
test/optimizer/level-2/restore-test.js