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 [...]

