Automated CSS Vendor Prefixes – CSSPrefixer
25
Mar
// php the_time('Y') ?>
As we know, browsers like to keep creating their standards. In this case, it is the vendor prefixes for some CSS3 rules like: border-radius becoming webkit-border-radius for WebKit browsers, moz-border-radius for Gecko and so.
CSSPrefixer is a tool that saves us from creating rules for every browser by analyzing CSS files and generating the necessary vendor prefixes automatically.
It can be used online freely or downloaded and ran from console (which makes integrating with IDEs possible) or as a Python script.
Also, the tool offers more like combining and minifying your stylesheets.
- Tags:
CSS3 Prefix
- Filed under: Design, Other License, Xhtml & Css
- 2 Comments
















2 Responses for "Automated CSS Vendor Prefixes – CSSPrefixer"
Not 100% perfect, but a great method for double-checking CSS3 boxes or buttons.
Hey! Another great CSS prefixer tool : http://prefixmycss.com
Try it and give feedback!