Jordan Pittman

Results 263 comments of Jordan Pittman

Gonna move this to discussions as it's almost certainly a environment based problem and not a problem with our binaries and the discussion is continuing in Discord until we track...

What version of the extension are you using? Is it actually v0.10.5 or are you by chance running a pre-release build? If it's v0.10.5 then this sounds like a regression...

Weird — thanks. I'll look into it

Hi! This one is working as intended for today at least given that the properties generated are different. `text-xs` generates both `font-size` and `line-height` whereas `text-[16px]` only generates `font-size`. If...

@karimhossenbux The reason you can't apply an opacity to `var(--something)` is because the colorspace is defined at runtime. What you want is to say `bg-[rgba(var(--something))]` and not `bg-[var(--something)]`. Only the...

@Pagebakers that is incorrect. The example is using the correct "modern" CSS syntax. See example here: https://play.tailwindcss.com/rFbKXTknA2 And the CSS spec: https://www.w3.org/TR/css-color-4/#the-hsl-notation

Yeah we explicitly disabled it because it can produce chunks with very inconsistent names. I think this would be a good feature to add back that can be explicitly enabled...

Hey, Jordan from the Tailwind Labs team here. We've done some investgating of this issue ourselves and want to share our findings: 1. The CSS cache busting does appear to...