This one from @5t3ph is a clever take on presentation slides, pulling together scroll snap, live coding, and... styling the element.
https://css-tricks.com/css-scroll-snap-slide-deck/
RT Adam Argyle
Safari Tech Preview has experimental CSS gradient colorspaces and I had tons of fun playing around last night with it!
```#css
background: linear-gradient(
to right in var(--colorspace),
black, white
);
```
basic black to white can be so different!
https://codepen.io/argyleink/pen/OJObWEW
Block themes? Full-site editing? WordPress 5.9 was a huuuuge release and Ganesh Dahal did a bang-up job explaining what it means for WordPress developers moving forward.
https://css-tricks.com/a-deep-introduction-to-wordpress-block-themes/
Nice tips from @pedrodanielcsan on making a codebase easy for anyone to pick up and understand.
https://css-tricks.com/building-a-newbie-friendly-codebase/
An Interview With Thierry Koblentz by Pankaj Parashar
https://css-tricks.com/thierry-koblentz-atomic-css/
Building a Scrollable and Draggable Timeline with GSAP
https://css-tricks.com/building-a-scrollable-and-draggable-timeline-with-gsap/
User Registration and Auth Using Firebase and React by @Tammibr25891504
https://css-tricks.com/user-registration-authentication-firebase-react/
The Optional Chaining Operator, “Modern” Browsers, and My Mom
https://css-tricks.com/the-optional-chaining-operator-modern-browsers-and-my-mom/
“Evergreen” Does Not Mean Immediately Available by @ericwbailey
https://css-tricks.com/evergreen-does-not-mean-immediately-available/
Metaphors We Web By
https://css-tricks.com/metaphors-we-web-by/
Notes on Reverse-Scrolling Columns With CSS Scroll-Timeline
https://css-tricks.com/css-scroll-timeline-reverse-motion-preference/
The Relevance of TypeScript in 2022 by Mamta Dalal
https://css-tricks.com/the-relevance-of-typescript-in-2022/
Some deep exploration of `text-decoration-thickness: from-font` by @malimirkeccita
https://css-tricks.com/from-font-value-text-decoration-thickness/
Git: Switching Unstaged Changes to a New Branch
https://css-tricks.com/git-switching-unstaged-changes-to-a-new-branch/
Demystifying TypeScript Discriminated Unions by @adamrackis
https://css-tricks.com/typescript-discriminated-unions/
How to Cycle Through Classes on an HTML Element
https://css-tricks.com/cycle-through-classes-html-element/
If you're looking for interesting borders that go beyond the normal `border-style` options, @ChallengesCss has some neat masking approaches that'll do the trick.
https://css-tricks.com/css-borders-using-masks/
How Do You Handle Component Spacing in a Design System?
https://css-tricks.com/component-spacing-design-system/
How to Make a Scroll-Triggered Animation With Basic JavaScript by @0shuvo0
https://css-tricks.com/scroll-triggered-animation-vanilla-javascript/
Why Don't Developers Take Accessibility Seriously? by @melaniersumner
https://css-tricks.com/why-dont-developers-take-accessibility-seriously/