You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`tailwindcss-cli build` chokes on `require('tailwindcss/defaultTheme')`
in tailwind.config.js added by 53089c1.
Example failure: https://github.com/rails/tailwindcss-rails/runs/1725407564.
`tailwind build`, which is invoked by `yarn build`, handles this
properly. Running `yarn upgrade tailwindcss` beforehand ensures that
the `tailwind build` command is installed, and updates the Tailwind
version in yarn.lock to match the built tailwind.css.
0 commit comments