giovanni

Results 8 comments of giovanni

I can confirm most of those issues, the one I've been missing the most though is surely the "gap" flex property, reason why I came here in the first place.

Now that it has been merged did someone experiment already with TSX and Tailwind? This was my current attempt but I'm most likely doing something wrong: ```toml [[language]] name =...

@Philipp-M are we doing something wrong?

> We're working on a workaround. > > In the meantime, you can switch back to using `text-davinci-003` via https://github.com/transitive-bullshit/chatgpt-api/releases/tag/v4.2.0 Thank you for the **blazingly fast** response :)

> I promise I'm not a bot joy hahahha Well that's what a bot would say...! On a side note, thank you so much for the work you guys are...

Putting this in my Nuxt config worked in my scenario: ```ts export default defineConfig({ features: { inlineStyles: false, }, }) ``` [Original answer](https://github.com/unocss/unocss/issues/3468#issuecomment-1871049463)

> The error still appears despite this Welp, somehow it did fix it in my specific scenario. I'm using the latest version of Nuxt if that helps.