Generate different files for different prefix
Could allow us to generate different CSS files that won't need to deliver all vendor prefixes if I'm using Chrome, there is no need for IE, Webkit and Firefox prefix, this help reduce files size.
Perhaps, a simple browser detection in our Javascript should deliver the CSS with vendors specific and full CSS for unknown web browser agent.
Having different builds for different vendor prefix sets is a great idea! I do think we should handle this on the configuration level though, so you can create multiple builds with different prefixing schemes (which the server can dynamically route to).
Good idea and how fast does the web browsers detect user agent if we're looking at performance? I've not experiment it before.