Robin Malfait
Robin Malfait
Hey! You might have noticed that I forced pushed to this branch. The reason is because the PR now uses `next` as the base branch which is our working branch...
I have no idea why it suddenly stopped working. On that note, I might deprecated this extension because there are other extensions that do exactly the same as this extension....
One thing I wonder though: will this be a breaking change for people using an older version of the intellisense plugin but using a newer version of Tailwind? If so,...
Yep I think that would work! But I'm still trying to figure out how it would work from the plugins perspective and if we won anything with this `includeMetadata` change...
@bradlc Going to respond here so that it is a bit more public. Always using an array is an option, but you still have to check whether or not the...
Hey @kentcdodds, indeed the feature is not yet released (https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#added) you could play with the insiders version if you want to play with it: `npm install tailwindcss@insiders`
Hey, thanks again for reporting this! We've corrected a bunch of the hit areas during a big component redesign that we did at the start of this year, plus we've...
It's not this package that is formatting scss. It only formats JavaScript at this moment. Also this package is deprecated please read the readme.
Hey! Thank you for the contribution. The big difference in API between a `Dialog` and a `Popover` is that a `Dialog` is fully controlled and a `Popover` is not controlled...
Hey! The linked CodeSandbox link points to the default template, can you update the CodeSandbox to make sure the reproduction is available?