Fix Tailwind CSS missing classes in WordPress content by updating the purge conf
Summary Tailwind classes inside WordPress page content are omitted from the production CSS because the build process only scans template files, not the dynamic content stored in the database. To include those classes, the purge (or content) configuration must point to the editor output as well. Root Cause Tailwind’s content scanning looks at files on … Read more