Some Tailwindcss classes not being compiled correctly when using a custom theme

I followed the documentation to build a custom there, everything is working as expected, however I have noticed that some classes just disapear when being compiled in both hot and built mode npm run dev/build

For instance, using w-24 the class is compiled and applied successfully
same with an arbitrary value like w-[500px]
but somehow it does not compile w-50
weird
CleanShot_2023-06-15_at_21.20.30.png
CleanShot_2023-06-15_at_21.21.16.png
CleanShot_2023-06-15_at_21.21.59.png
Was this page helpful?