Brandon McConnell

Results 152 comments of Brandon McConnell

Weird, my computer isn't letting me update to Safari 17, so I figured it was still in TP, but maybe it's live?

Fyi this affects double quotes as well. Noting this here so when a fix is introduced, it resolves all affected cases. ```html Hello ``` https://play.tailwindcss.com/AfuIxkCWtP

Hey Luke, no worries at all! Opening an issue like this is actually the perfect way to make a future recommendation. In fact, I believe there's already another issue open...

@greyskin So there are several pieces here * re "the second typed instance will have a blinking carat during the beginning 10 second delay period", would you want the blinking...

@adamwathan Tbh I was thinking through that as well, and I'm of a few minds here: ## Option 1: Use the same named breakpoints for widths _and_ heights The main...

I would also like to see this added. I just jumped on this repo today to request the same when I saw someone else recently post another dupe of this...

In my particular situation now, the redundancy is a bit expensive too, as it requires doing a map lookup on each iteration, twice now: Having to use this: Instead of...

> This is whether the check is to be done at compile time or at runtime? The issue itself is not about the compile/run-time timing but rather that **(1)** the...

@kelvinsjk Thanks, I haven't tested it locally, but if the JS expression workaround works, that would fix my original issue! Aside from that, do you think it would make sense...

Here's a simple real-world scenario where I might've used this if it were supported: ### PrintlessLink.svelte ```svelte import { isPrint } from 'css-utils'; const print = isPrint(); export let href:...