**What version of Tailwind CSS are you using?** v4.0.0-alpha.9 In Svelte, I have a div as follows ``` <script> let show = true; </script> <div class:opacity-10={show}>hi!</div> ``` Currently `.opacity-10` is not generated