fix: restore backdrop-filter blur in production builds
All checks were successful
CI / update (push) Successful in 3m36s
All checks were successful
CI / update (push) Successful in 3m36s
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user