mirror of https://github.com/vuejs/vitepress
The frosted-glass surface disappeared from builds. Two causes stacked: lightningcss (vite's css minifier) collapses a standard-first pair into the prefixed declaration alone, and -webkit-backdrop-filter is dead weight everywhere — Chromium and Firefox don't recognize it, and WebKit ignores var() values in it (bug 289800). Only the standard property is written now. The minifier re-adds the prefix from it for its own targets. Safari 17 and earlier show the translucent color without the blur, noted in the glass recipe's warning. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>pull/5400/head
parent
26b76d6d9e
commit
a2a0a923e5
Loading…
Reference in new issue