Basically some CSS are like: ``` css .foo { border-radius: … -webkit-border-radius:… } ``` it would be good to rewrite to: ``` css .foo { -webkit-border-radius:… border-radius: … } ```
Basically some CSS are like:
it would be good to rewrite to: