bbag.bsky.social
Slappin' CSS on things.
5 posts
10 followers
92 following
comment in response to
post
Hah, fingers crossed! Thanks for the excellent newsletter too btw, it's always a fun little rush when I see a new issue hit my inbox 🙂
comment in response to
post
Funny side thought while reading: it's a bit ironic how the link for #5 in the Table of Contents instantly jumps down to the section about using `scroll-behavior: smooth` 😉
comment in response to
post
On my android, goose and puffin both feel identical regardless of density, but toucan is significantly smoother 💪
Device: Galaxy S23
Browser: Firefox for Android (133)
Goose: 60
Toucan: 160
Puffin: 60
comment in response to
post
Yeah the grouping makes sense but it's the *ordering* of those groups that I wonder about
Like do you put the group of flex/grid properties before or after position properties, transform/transition properties, etc? Or group by size? Or base > components > utilities like Tailwind? Or just yolo it?
comment in response to
post
Genuine question: what would be the smartest ordering? Or something better than alphabetical?
I find myself using with alphabetical because it's immediately easy to locate the property I need and it's universally understood. Or maybe I've just been bitten by too much inconsistency with other ways 😅