✍️ 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 These are all great ideas! I actually want the flex-wrapping one pretty badly as I've run into a very similar issue and haven't solved it yet. :D

(oh and on Firefox on macOS, your underline video doesn't work due to MIME type? And the link to your button label alignment article has one too many `(` in the Markdown, figured I'd let you know!)

@chriskirknielsen Same here! flex-wrap detection will fix a lot of issues. Would you mind share the examples/cases as I'm compiling a list of where flex-wrap detection can be useful?

Thanks for the heads up :)

@shadeed9 In my case it might be more of a complicated one since I want to apply `order: 1` to an element (links) which might cause layout loops. On my site, the navbar would ideally be Logo + Theme button and then Links on the second row, but before wrapping the order is Logo, Links then Theme button.