fix: restore backdrop-filter blur in production builds

Lightning CSS was deduplicating manually written backdrop-filter +
-webkit-backdrop-filter to just the webkit version, breaking blur on
Firefox. Remove manual webkit prefixes and let Lightning CSS auto-prefix
via browser targets in vite.config.ts.
This commit is contained in:
2026-04-07 21:46:02 +02:00
parent 973783cf53
commit 2b85d3f2a1
4 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"type": "module",
"scripts": {