Files
hyperframes/packages
Miguel Ángel 998343fbb3 fix(core): rebase url() paths when inlining CSS from subdirectories
When CSS files in subdirectories are inlined into the bundle's <style>
block, their url() references (fonts, images, cursors) break because
they resolve relative to the HTML document root instead of the CSS
file's original directory.

Rebase all relative url() paths to the project root during CSS
inlining, for both <link>-referenced stylesheets and @import-resolved
content. Uses a placeholder approach to avoid double-rebasing when
nested @import chains each carry their own url() references.

Preserves absolute URLs, data URIs, query strings, and hash fragments.
2026-05-17 17:22:46 -04:00
..
2026-05-16 13:02:23 -07:00
2026-05-16 13:02:23 -07:00
2026-05-16 13:02:23 -07:00
2026-05-16 13:02:23 -07:00
2026-05-16 13:02:23 -07:00
2026-05-16 13:02:23 -07:00