Skip to content

Detect and follow CSS @import directives #416

Open
@mbostock

Description

@mbostock

If you have

<style type="text/css">
@import url("./test.css");
</style>

we should detect this as a file attachment and have it function correctly, as we already do for <link>. In addition, we should follow transitive CSS imports. Related #415.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions