hydrogen
hydrogen copied to clipboard
[BUG] CSS global mode removes Tailwind injected styles
Builds that mix CSS Modules and Tailwind are not including the styles injected by the latter when using the experimental CSS global
mode.
This seems to be fixed when the main Tailwind file is imported in App.server.jsx
instead of index.html
(so that server side is aware of styles).
We detected some changes in packages/*/package.json
or packages/*/src
, and there are no updates in the .changeset
.
If the changes are user-facing and should cause a version bump, run npm run changeset add
to track your changes and include them in the next release CHANGELOG.
If you are making simple updates to examples or documentation, you do not need to add a changeset.