79695659

Date: 2025-07-09 13:02:14
Score: 1.5
Natty:
Report link

I was facing a similar issue while working with Magento 2 and the Hyva theme.

After some investigation, I found that Tailwind CSS v4 is currently not supported by Hyvä.
I downgraded to Tailwind CSS v3, and everything started working as expected.

You can install it using:

npm install tailwindcss@3

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: S.P