If my css is:
border-bottom-right-radius: 20px;
is there a JavaScript library that will convert it to
-moz-border-radius-bottomright: 20px;
automatically if it detects a user agent that is a mozilla browser, example: Firefox?
With Sass and Compass you can use mixins which set browser specific rules automatically. This is what you probably need.
There is also another similar library - Less, but I haven't tried it yet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With