Files
hyperframes/packages
Miguel Ángel 59ee7c2e6a fix(core): resolve CSS @import when inlining stylesheets into bundle
The bundler inlines local CSS files by reading their content and
concatenating into a <style> block. @import statements inside those
files were left unresolved — their paths were relative to the original
CSS file location, but after inlining they resolve against the HTML
document, causing 404s for tokens, fonts, and variables.

Recursively resolve relative @import statements during CSS inlining,
with circular-import protection and @media wrapping for conditional
imports. Absolute URLs (CDN, Google Fonts) are preserved as-is.
2026-05-17 17:12:08 -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