Pinholder: Prefixr

In case you want your website a fully crossbrowser CSS check the following website:
http://www.prefixr.com

1) Just copy-paste your CSS or leave the default to see a demo and press the Prefixize button.

3) The copy and paste the newly generated code back to your file.

You may wonder where is number (2)! Well, the website adds lots of lines in your code.
For example this:
gets replaced by the following lines:
You may say that "This is crossbrowser CSS! You can't do anything else!". As a result, what I think as number (2) is to backup your code to another file ex. global.css.bck but to only load in your website the global.css that contains the CSS retrieved from http://www.prefixr.com.

Comments

Popular Posts