- The importance of shipping source code as a library maintainer When library maintainers ship there source code can help application builders in debugging critical and weird issues.
- MacOS-like dock effect with a “previous-sibling combinator” A guide on using the “previous-sibling combinator” trick to recreate the magnifier effect of the MacOS dock.
- 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.