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
**Problem:**
Setting flex wrap doesn't work with tailwind projects.
**Fix:**
I added flexWrap to StyleInfo and to the inline style and tailwind
plugins. After the flex wrap control in the inspector works.
**Note:**
This PR depends on #6668 ,
without that you can't set a flex-wrap property on elements which do not
have it set yet.
**Manual Tests:**
I hereby swear that:
- [x] I opened a hydrogen project and it loaded
- [x] I could navigate to various routes in Play mode
0 commit comments