webcompat / css-fixme

A script that adds standardised equivalents to CSS declarations that uses only prefixed code
https://www.webcompat.com/tools/cssfixme
Mozilla Public License 2.0
9 stars 3 forks source link

-webkit-keyframes is being removed and not fixed #19

Open karlcow opened 8 years ago

karlcow commented 8 years ago

Using https://webcompat.com/tools/cssfixme

with

@-webkit-keyframes qli-right-spin {
    0% {
        -webkit-transform:rotate(-130deg)
    }
    50% {
        -webkit-transform:rotate(5deg)
    }
    100% {
        -webkit-transform:rotate(-130deg)
    }
}

we get nothing

miketaylr commented 8 years ago

@hallvors is this something you plan on maintaining still?

magsout commented 8 years ago

I think rework css isn't very maintained, maybe switch to postcss is a good thing ?