Roman Komarov
Roman Komarov
Thanks for the issue, we have some plans on enhancing the `@import`/`@require` in Stylus, very close to what Less have, but with a slightly different syntax. Stay tuned! :)
There is one important aspect that I think should be mentioned: if we're going to add an ability to attach something to the cursor, I think it would be very...
Re-created this example with buttons on the CodePen with anchor positioning: https://codepen.io/kizu/pen/vYzbqOW Instead of the pointer I'm using an element with relative position, and only use JS to modify its...
In this example I also did add the handling of the `:focus-visible` — and if you'd remove the `.button:focus-visible` parts that override the pointer target variables, you'd see how it...
The main issue I see with making these things invalid is that we need to make sure they would continue to work when we expand features like with `@import … ...
By “original font size”, I meant the font size on an element where the text fitting would be applied, but without it. I understand that this proposal could be easier...
This sounds interesting, but aside from the non-stable rendering depending on the initial zoom value, there could be concerns over the ability to detect if the user uses zoom. BTW,...
> I think the default limit approach doesn't work well because a zoom-in operation will decrease the scaling factor in general. In the following example, changing 100% page zoom to...
> @aardrian > I encourage you not to put an artificial cap on this at 200% and instead allow all browser-supported zoom levels. How do you suggest the SC 1.4.4...
> I don't understand how introducing a text scale limit of 200% meets 1.4.4. You need to meet 200%, but that doesn't mean you stop at 200%. Let users zoom...