backdrop-filter being removed from production build #16443
Answered
by
wongjn
surrealroad
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Feb 11, 2025
Replies: 1 comment 2 replies
-
Try reversing the order of the vendor-prefixed and non-vendor-prefixed declarations to the conventional order: @utility glass {
- backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
+ backdrop-filter: blur(10px);
box-shadow: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
surrealroad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try reversing the order of the vendor-prefixed and non-vendor-prefixed declarations to the conventional order: