I am building a static site that is going to be large 50+ pages. Using plain Taillwind 4 and designing with AI tools inside Pinegrow and external.
If I go into the design panel and delete a color such as “Red,” when I save, the tailwind_theme/tailwind.css doesn’t appear to update. My anticipated behavior was for it to remove the “Red” color classes from the tailwind.css.
I’m wanting to delete all the standard classes and just load in my colors and shades, to optimize the front-end CSS.
Does the JIT not update accordingly? I notice it adds classes without issue… but when I remove classes that were created from Piny/AI, it doesn’t seem to clear the classes?
I would love someone’s help on optimizing.

