Michal Lukasik
Results
3
comments of
Michal Lukasik
I totally agree. Now the workaround is to check if the browser name is present in the object passed to `browser.satisfies()` as mentioned above.
@dsvgl same here, downgrading the nuxt dependency to `"3.0.0-rc.2"` "fixed" the issue for me
There are two options that **worked** for **me**. A) use version 4.2.1, but then you're downgraded to tailwind 2 B) remove `@nuxtjs/tailwindcss` 😄 and install tailwind 3 through postcss General...