Have you read the Contributing Guidelines on issues?
Prerequisites
Description
Upgrading to 3.2 broke the tailwind styling, which I've integrated according to https://medium.com/@bargadyahmed/docusaurus-a-guide-to-seamless-integration-with-tailwind-css-dd202211caac
Here I've added the banner-preview with the custom tailwind integration flathub-infra/documentation@e0dc841 (#272)
It still works fine in dev, but breaks in prod or locally - if I do yarn build and then yarn serve. Unfortunatly the production errors are not helpful.
Basically https://docs.flathub.org/banner-preview/ should be styled. Like this:

Reproducible demo
https://github.com/flathub-infra/documentation
Steps to reproduce
- Checkout repo
- Run
yarn
- Run
yarn build
- Run
yarn serve
- Goto http://localhost:3000/banner-preview
Expected behavior
The page should be styled like in the above image
Actual behavior
The page isn't styled, presumably because tailwind isn't working, after upgrading to 3.2
Your environment
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Upgrading to 3.2 broke the tailwind styling, which I've integrated according to https://medium.com/@bargadyahmed/docusaurus-a-guide-to-seamless-integration-with-tailwind-css-dd202211caac
Here I've added the
banner-previewwith the custom tailwind integration flathub-infra/documentation@e0dc841(#272)It still works fine in dev, but breaks in prod or locally - if I do
yarn buildand thenyarn serve. Unfortunatly the production errors are not helpful.Basically https://docs.flathub.org/banner-preview/ should be styled. Like this:

Reproducible demo
https://github.com/flathub-infra/documentation
Steps to reproduce
yarnyarn buildyarn serveExpected behavior
The page should be styled like in the above image
Actual behavior
The page isn't styled, presumably because tailwind isn't working, after upgrading to 3.2
Your environment
Self-service