Heyy, thanks for taking the time and writing about the CSS inset property. I remember watching a Live Coding episode from Ana Tudor where she used it for the first time 😄 It was back in 2021.
I actually used it in production code. Since inset is a new property, it didn't work in testing on Android Chrome v81 😅
Neema did the same in their recent project and found it won't work in older browsers.
inset indeed shortens the code, but in my view, we should use top, left, right, bottom properties separately until inset becomes the mainstream 😊
As you mentioned clip-path, there is also an inset() function. I believe you already know it 😉