Adam Wathan

Results 222 comments of Adam Wathan

Hey thanks for this! We dug around in the code a bit a couple months ago to try and remember why we had to use this approach and if I...

Can you please provide a reproduction as required in the issue template? We can’t fix this until we know when it happens.

What are you doing that triggers the error? When I run `npm run build` in your project I get a bunch of non-CSS errors but the CSS file is generated...

Going to close this one since we haven't been able to come up with a clear/straightforward reproduction but please feel free to open a new issue that includes a minimal...

Hey! I think you're looking for `row-start-42` which will work. `row-[42]` didn't work in v3 and is a new class in v4 for the shorthand `grid-row` property where I think...

> I think col-[42] and row-[42] already did work in v3: Wow I swear when I went to test it it didn't but clearly I'm wrong 😅 Will make this...

@subhero24 Ah yeah need to use underscores there, we supported commas for 5 seconds when v3 was first released before switching to underscores because sometimes you need real commas in...

Which release of this plugin broke this for you? The last release of this plugin was on January 23:

Honestly I think we should stick with the change from the original commit, where the element selector is bare but the attribute selector is wrapped in `:where`: ``` input:where([type=date]) ```...