The extension reloads CSS files added with , but not files added with @import.
For example this CSS file will not be reloaded.
<style media="all">
@import url("/core/themes/stable/css/contextual/contextual.theme.css?p5y9fg");
</style>
The example is from a Drupal site.