hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

[BUG] CSS global mode removes Tailwind injected styles

Open frandiox opened this issue 2 years ago • 1 comments

Builds that mix CSS Modules and Tailwind are not including the styles injected by the latter when using the experimental CSS global mode.

frandiox avatar Aug 18 '22 13:08 frandiox

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).

frandiox avatar Aug 18 '22 13:08 frandiox

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.

github-actions[bot] avatar Apr 16 '24 12:04 github-actions[bot]