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
-
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
rounded
utility class. Then Team B is also using therounded
utility class and it updated to the latest version of tailwind where therounded
class 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