Blog
Stuff I write about
-
Self-modifying variables: the inherit() workaround
external How style queries can be used to calculate the depth of CSS elements, once released to the public -
Reference architecture for SPA front-ends
external A reference architecture for SPA front-ends with React and Angular, focused on principles instead of rules. -
Using recursive CSS to change styles based on depth
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. -
Combining :has and :only-child to change tab containers
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. -
Combining :placeholder-shown and :has
Yesterday my wife told me about this :placeholder-shown selector. I had visual question marks above my head because I never heard of it before. But it sparked curiosity about what it could give me.