Stuff I write about
May 20, 2024
A guide on using the “previous-sibling combinator” trick to recreate the magnifier effect of the MacOS dock.
May 8, 2024
external
How style queries can be used to calculate the depth of CSS elements, once released to the public
April 28, 2024
external
A reference architecture for SPA front-ends with React and Angular, focused on principles instead of rules.
February 11, 2024
Can CSS be used recursively to change styles based on the depth of an element in a container? Well it can, but it is a little tricky.
January 15, 2024
For a styling implementation detail, I set the challenge to come up with a CSS-only solution, instead of implementing the logic in a front-end framework.