Roman Komarov

Results 190 comments of Roman Komarov

1. Was that mentioned somewhere in the docs? If so, I have completely missed it :) Also, are all of the options that are available for configuration in `styleguid.config.js` could...

This is something that was proposed in https://github.com/css-modules/css-modules/issues/390 for CSS modules in general, but this is also something that might be worth it to have at least in an experimental...

(copied with modifications from the OpenUI discord) I thought about a case where we'd want to follow the transform of the target's container: https://codepen.io/kizu/pen/WNLYRvx Basically, what if we want to...

I think it might be reasonable to lose the ability to apply fallbacks when following the transforms. Though, I wonder if this is something that might benefit from a property/keyword...

One thing I wonder about: should we relax this requirement, and if there is no default anchor, treat the containing block as one for this purpose? From an author standpoint,...

All good questions! > Would infinities be automatically included? > ```CSS > round(down, 0, 2 3 5 7 11); /* -infinity or nan? */ > ``` Hmm, in this case...

A separate function could work as well, yes. Another thing that I forgot to mention, but about which I was thinking when initially coming up with this proposal: two other...

> How does this work with shadow DOM / slotted content? That's a good question, but, I guess, this is probably something to discuss in https://github.com/w3c/csswg-drafts/issues/9572, as I can see...

(the promised comment from the meeting) The thing with the timelines (scroll, view, and now pointer) is that they report the _progress_ value as a % within the defined range....

Good question! For registered custom properties, things should be relatively straightforward and work as for any other custom properties. In your example it will be `0`, as no `--registered` is...