The most easiest way to write CSS Prefixes
To make CSS prefixes for different browsers takes a lot of time. Designers can make many prefix for each browser by using CSSPrefixer instead. CSSPrefixer saves time. If you are using Python framework, you can just let CSSPrefixer do the work by taking your normal CSS code and let insert all the extra prefixes needed for other browsers.
http://cssprefixer.appspot.com/
Advertisement