For my project, let's say static html using alpine.js and tailwindcss v3 (JIT mode), I notice that some TW classes set only using AlpineJS x-bind:class directives are not added in the css file generated automatically using the TW watch mode.
Is this a known "issue" or, is it "normal", or did I miss anything in the setup ? I don't use npm, I use the Tailwindcss CLI alone.
Many thanks for any feedback or guidance !