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

Reordering the rules when the -prefixed- properties is after the standard one. #20

Open
karlcow opened this issue Jul 5, 2016 · 0 comments

Comments

@karlcow
Copy link
Member

karlcow commented Jul 5, 2016

Basically some CSS are like:

.foo {
   border-radius:-webkit-border-radius:…
}

it would be good to rewrite to:

.foo {
   -webkit-border-radius:…
   border-radius: …
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant