Roman Komarov
Roman Komarov
This is something I'd really want to have, and I encountered a few places where it could be very helpful while working on my [latest article](https://kizu.dev/tree-counting-and-random/). In https://github.com/w3c/csswg-drafts/issues/11069 @nt1m asked:...
I want us to return to this issue — we now have `inline-size` containment, which could be used to solve the potential issues regarding the circularity. The list of things...
For those who could want to experiment with CSS-only way of achieving this, I just wrote an article about how we can use scroll-driven animations (at the moment available in...
Hey, everyone. I just published an article about my new technique for achieving a fit-to-width text: https://kizu.dev/fit-to-width/ Unlike my previous article, it does not use scroll-driven animations, and is purely...
A few more workarounds authors can use right now: 1. [Conditions for CSS Variables](https://kizu.dev/conditions-for-css-variables/) — mentioned in the issue, but I want to bring attention to the fact that I...
I published a new post today: [“Querying the Color Scheme”](https://blog.kizu.dev/querying-the-color-scheme/) about how we can use style queries, registered custom properties and `light-dark()` to query the value of the `color-scheme` on...
This is also something that we would love to have. Why: we have our own pre-existing solution that uses the same technique (space toggles), but which is applied in a...
My thinking: we already can have multiple ways to have inline conditionals: https://lea.verou.me/blog/2024/css-conditionals-now, and some of them working almost as “block”-level ones as well (the `@keyframes` one), and then at...
Really happy to see this proposal! As an author, I always wanted to have mixins and functions in CSS, and can't wait for the day when we would get anything...
I was reading the [“Brand New Layouts with CSS Subgrid”](https://www.joshwcomeau.com/css/subgrid/) article by @joshwcomeau, and the [“Dynamic Data” aside](https://www.joshwcomeau.com/css/subgrid/#aside-dynamic-data) is a great use case for `children-count()` — an ability to tell...