how would tailwind work in a big module federation project? #17573
Unanswered
OmerDavidson
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a react app with multiple teams working on it. Each team's code being loaded with module federation.
My question is how well would tailwind work if all teams were using it?
My main concern is css collision. Let's say team A is using the
roundedutility class. Then Team B is also using theroundedutility class and it updated to the latest version of tailwind where theroundedclass have a slightly different definition.In this case team A's element would look one way, and after loading team B's code it would look slightly different.
Beta Was this translation helpful? Give feedback.
All reactions