You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.