My CSS uses @import. Will that be compatible with RequestReduce? - mwrock/RequestReduce GitHub Wiki
One nice feature of RequestReduce is the way it handles the @import. While this is a fundamentally bad practice, RequestReduce mitigates the issue by expanding imports into the parent script. It can do this recursively as well. So now your CSS will not suffer from the multiple network round trips that the @imports forces.