Thanks for taking your time to read.
I'm new to most of these things. I started to write these articles with aim to share whatever new thing I learn during the week. Though some of the things I share here I have known them for a time, most of them are new to me..
I appreciate your feedback and thought over inset property. I will surely do as you said.
Heyy, thanks for taking the time and writing about the CSS
insetproperty. 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
insetis 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.
insetindeed shortens the code, but in my view, we should usetop,left,right,bottomproperties separately until inset becomes the mainstream ๐As you mentioned
clip-path, there is also aninset()function. I believe you already know it ๐