Z 🏴☠️
Z 🏴☠️
@nonzzz Is that a custom Vite plugin? What's doing the translation for you? That's really interesting.
Would it be possible to support an API like: ```tsx const id = stylex.id() ... [`${id}:hover &`]: { // ... } ``` I would think there could be a couple...
@nmn Got it, thanks. Other quick questions -- is `when` composable? I assume not but is it explicitly disallowed that you can do `when.peerAfter(when.peerBefore(id, ":hover"), ":focus")` or something zany like...
This is @plu's code that worked for me in case anyone is struggling: ```go package main import ( "context" "fmt" "log" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/credentials" "github.com/aws/aws-sdk-go-v2/service/s3" "github.com/sirupsen/logrus" ) // https://github.com/cloudflare/cloudflare-docs/issues/12043#issuecomment-2198148921 func...