Cerdic/CSSTidy

% unit lost in keyframes definition

Cerdic opened this issue · 1 comments

@keyframes myanimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

loose the % char in 0% and make the rule fail in webkit

My bad, not due to CSSTidy