Skip to content

fix(builder): css hash incorrectly transforming data urls#2921

Merged
marvinhagemeister merged 1 commit into
mainfrom
fix-css-hash
May 12, 2025
Merged

fix(builder): css hash incorrectly transforming data urls#2921
marvinhagemeister merged 1 commit into
mainfrom
fix-css-hash

Conversation

@marvinhagemeister

Copy link
Copy Markdown
Contributor

Fixes #2599

@marvinhagemeister marvinhagemeister merged commit f9bfeca into main May 12, 2025
6 of 10 checks passed
@marvinhagemeister marvinhagemeister deleted the fix-css-hash branch May 12, 2025 07:40
@csvn

csvn commented May 12, 2025

Copy link
Copy Markdown
Contributor

Awesome! I think this PR might fix an issue I had yet managed to look into, where some icons where rendered as ⬜. I use url() with SVG's inside CSS properties too (e.g. --icon-foo: url("data:image/svg+xml,%3Csvg ...");, similar to Icons in Pure CSS), so this looks likely to solve my issue too! 🎉

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fresh@2.0] CSS URL transform incorrectly detect data url.

2 participants