Video Overview
Introducing Prefixr.com (Alpha)
I built Prefixr to do all this tedious work for me. Simply paste in your stylesheet, press Prefixize (or hit
Control + Enter), and Prefixr will filter through the applicable CSS3 properties and dynamically update them.Can’t remember if Opera provides a prefixed version of, say, the
transition property (o-transition)? Don’t worry about it; that’s already coded into Prefixr!With Prefixr, you only code your stylesheets using the official W3C-recommended markup. When ready for deployment, run the stylesheet through Prefixr, and be done with it!
Use the API
Even better than visiting Prefixr.com is using its API from directly within your favorite code editor. Many editors, like TextMate, offer the ability to execute shell scripts. To automatically update your stylesheet in TextMate, create a new command, and paste in:1 | curl -sSd "css=$TM_SELECTED_TEXT" "http://prefixr.com/api/index.php" |

No comments
Post a Comment