I’ve set up Tailwind v4 per the Hugo docs, and it’s working to create the necessary CSS. But it doesn’t seem to be purging unused CSS. At least I don’t think so because I see a lot of CSS generated and many, many rules that I’m not using.
I’ve added @import: bootstrap-icons.css and those unused styles are not being purged either.
Do I need to add optimize true to my css.TailwindCSS $opts?