Noticed that some utility classes from tailwind don’t get generated in the production css file. While developing locally it worked fine to use bg-white but when I deployed it’s missing. Running yarn build the bg-white class is generated, running yarn build:production and it’s gone.
Is this a a tailwind issue or sage? I scaffolded this project 1–2 weeks ago and it came with tailwind included.