Skip to content

backdrop-filter being removed from production build #16443

Answered by wongjn
surrealroad asked this question in Help
Discussion options

You must be logged in to vote

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:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@surrealroad
Comment options

@wongjn
Comment options

wongjn Feb 11, 2025
Collaborator

Answer selected by surrealroad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants