framework icon indicating copy to clipboard operation
framework copied to clipboard

Detect and follow CSS @import directives

Open mbostock opened this issue 2 years ago • 2 comments

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.

mbostock avatar Dec 21 '23 02:12 mbostock

Related #659.

mbostock avatar Apr 03 '24 16:04 mbostock

Ideally this would help importing npm:leaflet/dist/leaflet.css (or some other npm file) fromstyle.css (was #1195)

Fil avatar Apr 03 '24 16:04 Fil