Press any key to continue
I'm Lino Le Van, a founder who mostly contributes to open source projects in my free time.
The oracle sleeps better than the querent
The arrogant man denies the peasant's offering of a pear.
The impatient child neglects his fruit tree
@jasnell.me Is WebTransport support something that CF workers will get? If so, any ideas on a timeline?
I know it's common knowledge at this point but AdamW is really good.
RIP to npm stylus, looks like it was compromised want to read the post mortum when it comes out
"dreams keep a man solid"
Cloudflare and GCP being down at the same time is pretty crazy
@theme { --color-text: #4c4f69; --color-subtext1: #5c5f77; --color-subtext0: #6c6f85; } @media (prefers-color-scheme: dark) { @theme { --color-text: #cdd6f4; --color-subtext1: #bac2de; --color-subtext0: #a6adc8; } }
@tailwindcss.com I can't figure out a way wonder if there's a way to switch between themes depending on prefers-color-scheme. I tried doing (see reply) but it didn't seem to work. I don't see anything in the docs on this, though it's possible I missed it. Is this a supported usecase?