Jeff Posnick
Jeff Posnick
It's really exciting to hear that you're thinking about this pattern. In case it's of any help, I gave a talk/have some sample code illustrating how something similar could be...
Sorry, no, I haven't been able to devote the time to wrapping this up. Feel free to take over and reuse anything that's useful!
I'm good either way! Whatever is easiest for you.
I'm taking a look at this one. I'm currently planning on putting together a PR that exposes the `unocss` preset as a sub-export within the main package, and declares `unocss`...
I'm learning a bit more about how `uno` learns about style tokens (as [part of a `theme`](https://unocss.dev/config/theme)) and then applies those tokens ([via `rules`](https://unocss.dev/config/theme#usage-in-rules)). This changes how I'm going to...
@housseindjirdeh is the current "owner of record" for `preload-webpack-plugin`. One of the open questions was whether he would maintain it going forward or whether finding a new home with a...
Existing implementation for web.dev: https://github.com/GoogleChrome/web.dev/blob/main/src/site/_filters/is-live.js
It's worth noting that the style for the `` on web.dev comes from [here](https://github.com/GoogleChrome/web.dev/blob/696a415223d172f81dd33fd48e4fd1fb8c5412de/src/scss/next.scss#L699-L704): ``` /// Video related elements video, .youtube { position: relative; aspect-ratio: 16/9; } ``` Maybe what...
That seems reasonable to me!
(I've moved this to the https://github.com/GoogleChrome/webdev-infra repo, given that it's a suggestion for a shortcode that would be shared between web.dev and d.c.c.)