crisgfx
crisgfx
> This is something I haven't created a UI for yet, but it's on my list. Hi Bryan, are You still working on this? I'd like to use this [plugin](https://github.com/differui/rollup-plugin-sass),...
Thank You, I got it working with the hook! :) > Will be a later-this-year type thing. I look forward to it! Keep it up and stay healthy!
I'm also having trouble with this more often now. It makes the usage of quite a handful plugin combinations impossible :-/
I'd also love to see a fix on this. 🙌🏼 v3.5.2
@tobimori: The native `loading="lazy"` in Your `` example would have no effect as stated on [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#lazy): > Note: Loading is only deferred when JavaScript is enabled. This is an anti-tracking...
Thanks for the suggestion, @texnixe, this means, on the frontend, I can't filter by the template anymore, if I wanted to skip the `cover` file, right? ```php foreach($page->files()->filterBy('template', 'default') as...
I was just about to write a similar issue that I have with the object field, where the cells get cut off too soon and previews are hidden although there...
For the object field table, this temporarily fixes the container issue for me. Still not ideal though... ```css @container (max-width: 40rem) { .k-object-field { overflow: hidden; } .k-table.k-object-field-table tbody :where(th):is([data-mobile="true"])...
Hi @najikahalsema, I'm not on any team (it's not blocking for me). I just stumbled upon this while developing a UXP plugin for Photoshop and thought I'd let You know...