As you may be know, because CSS3 is not compatible with all of browsers when we use CSS3 we should add a prefix to CSS3 properties (like -moz, -webkit, -o and ...)
This is difficult to wrote manually this prefixes, is there any plugin, program or another thing to detect CSS3 property in my CSS file and append the browsers prefix to that properties ?