Menu

#61 0.9.18 does not support @keyframes tag and looses formatting

0.9.25
accepted
RBRi
None
1
2017-10-31
2016-04-01
shivaraj
No

Please add support to @keyFrames. Using 0.9.18 jar, any @keyframes tags while parsing are being recognised as "CSSUnknownRuleImpl".

@keyframes background900
{
** 0% { background-position:0 0; }
100%** { background-position:0 -900px; }
}

In the above example, if i iterate this rule it removes the "%" sign and it breaks the entire animation. 
The output looks like this
@keyframes background900
{
    0  { background-position:0 0; }
    100 { background-position:0 -900px; }
}

Related

Bugs: #61

Discussion

<< < 1 2 (Page 2 of 2)
  • RBRi

    RBRi - 2017-06-01
    • Group: 0.9.23 --> 0.9.24
     
  • RBRi

    RBRi - 2017-10-31
    • Group: 0.9.24 --> 0.9.25
     
<< < 1 2 (Page 2 of 2)

Anonymous
Anonymous

Add attachments
Cancel