✍️ New article: My CSS Wishlist

I wrote a few words on CSS features that I wish to have today.

🔗 https://ishadeed.com/article/css-wishlist-2023/

My CSS Wishlist - Ahmad Shadeed

A few CSS features I wish to have.

Ahmad Shadeed Blog
@shadeed9 I came up with a decent workaround for flex gap detection: https://birdsong.dev/blog/sloppy-supports-for-flexbox-gap/
Sloppy @supports for flexbox gap • Cory Birdsong

A rough way to do feature detection for flexbox gap using only CSS.

@cbirdsong I like that! need to test this in an upcoming project. Thanks a lot!