This is definitely going on the top shelf of my dev tool shed: CSS props for things that the browser knows:
css-tricks.com/prop-for-that/
Well done, @nerdy.dev! This’ll make development a lot smoother and dare I say fun at the same time.
Just curious: What do y'all think a paid front-end course needs these days to be *worth* it? Like you or your company would actually pay for it?
I'm sure it depends on the learning level, so let's assume it could be different comprehensive courses for beginning, intermediate, and advanced learners.
Another Safari one I totally assumed and missed: the `accentColor` and `accentColorText` UA color keywords. Now globally supported instead of having to -webkit-focus-ring-color or whatever. In Chrome 149:
developer.chrome.com/release-note...
"This thing is developer catnip, and I don’t mind saying that I was really excited to try it out — after which point I willed myself to tuck it away in a drawer and put it out of my mind."
Mr. @wil.to cracking into ariaNotify():
css-tricks.com/the-siren-so...
What you want here is not:
.parent { perspective: 600px; }
…but:
.child { transform: perspective(600px); }
css-tricks.com/why-isnt-my-...
CSS functions, the alpha() function, Grid Lanes, some things about <dialog> that you might not know, CSS Wordle, and more.
Featuring @janeori.propjockey.io, @nerdy.dev, @una.im, @sunkanmifafowora.bsky.social, #CSSDay
As always, thanks to @dxnny.fun for the lowdown!
css-tricks.com/whats-import...
Oh, yes please! Would be a huge win, not only for simplicity, but i18n. 🕰️
CSS-Tricks*
I simply assumed (bad thing) that Safari already supported case-sensitive attribute selectors, but here we are with it added in TP 245:
webkit.org/blog/17970/r...
What it looks like to peek inside the mind of a real master craftswoman at making memorable web experiences:
css-tricks.com/creating-mem...
This is like @holasvg.com giving an inspiring conference talk. 🧡
CSS-Tricks*
There are many ways to create memorable experiences. Sometimes it's as simple as a form that completes smoothly. But here I'm interested in sharing techniques I reach for when I want a site to feel al...