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
For instance, using
same with an arbitrary value like
but somehow it does not compile
weird
npm run dev/buildFor instance, using
w-24 the class is compiled and applied successfullysame with an arbitrary value like
w-[500px]but somehow it does not compile
w-50weird


