This repository exists as an example case where the .gitignore causes TailwindCSS to not properly compile the classes when a glob path is used.
The GitHub issue can be found here.
cp -r ./example-content/some-slug ./storage/app/private/cms_content/nvm usecorepack enableyarnyarn dev
Now visit http://localhost:3000 in your webbrowser.
Once you've followed the setup steps, it should already be triggered.
To show that it's specifically the combination of the glob path with a gitignore, follow the instructions at ./src/app.css.
Note
You might have to restart the vite server, as it seems like Tailwind caches some things that causes the bug to be temporarily resolved until the server is restarted when switching from a working to not working situation.

