Skip to content

My CSS uses @import. Will that be compatible with RequestReduce?

mwrock edited this page Oct 14, 2011 · 1 revision

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.

Clone this wiki locally