@Olliew I believe another way to avoid waterfalls is to use `<link rel=preload href=/imported-stylesheet.css as=style>`, but that’s limited in its application (i.e. doesn’t know about import conditions — so for Chromium it would undo that optimization). Some might also say it defeats the purpose of using the `@import` at-rule.
@Olliew I believe another way to avoid waterfalls is to use `<link rel=preload href=/imported-stylesheet.css as=style>`, but that’s limited in its application (i.e. doesn’t know about import conditions — so for Chromium it would undo that optimization). Some might also say it defeats the purpose of using the `@import` at-rule.