Replies: 1 comment 2 replies
-
If the class names aren't available in the file system, did you use safelist to generated the class names in v3? If so, you'd need to do the same in v4. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We were using Tailwind version 3.2.4 on our React based e-commerce project where we have no access to the backend infrastructure but only creating a theme using nextJS using their API.
However we would unable to deploy our themes due to the timeout on the backend side and we could able to solve this problem by upgrading our Tailwind version to the 4 and theme successfully deployed.
But now all the classes that were working on 3.2.4 version such as "flex-none w-3/5", "md:w-1/2 mb-4 md:mb-0", not working at all on v.4 version.
Since customer has around 2000 item descriptions that are entered into the database using Tailwind classes, we have to make those css classes working as how it been in 3.2.4 version, now in v.4 version as well.
What is the reason of those css classes not actively working now in v4 version ?
Is there any workaround we can apply to make them working neat as been before ?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions