Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

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

Open
karlcow opened this issue Jul 4, 2016 · 2 comments
Open

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

karlcow opened this issue Jul 4, 2016 · 2 comments
Labels

Comments

@karlcow
Copy link
Member

karlcow commented Jul 4, 2016

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

@karlcow karlcow added the bug label Jul 4, 2016
@miketaylr
Copy link
Member

@hallvors is this something you plan on maintaining still?

@magsout
Copy link
Member

magsout commented Jul 5, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants