Tailwind generates app.css with only the classes that are used. It
checks three locations to determine which classes to include in the
final CSS file. [^1]
The "helpers/web.rb" file was missing in the frontend-builder layer,
which caused the missing Tailwind classes in Docker.
[^1]: 6b9248e3c6/tailwind.config.js (L3-L7)
1.6 KiB
1.6 KiB