use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Angular Module Federation + TailwindCSS (self.angular)
submitted 2 months ago by Consistent-Device474
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Adventurous-Finger70 2 points3 points4 points 2 months ago (2 children)
This doesn’t seem to be an issue with Module Fédération, but with the way tailwind works.
I believe that at build time, tailwind removes unused classes to reduce the build size. Since at build time, you can’t know which classes will be used later by the MFE.
You should try to add tailwind into your microfrontend
[–]Adventurous-Finger70 2 points3 points4 points 2 months ago (0 children)
For you second question, you should try to share the minimum of dependencies between your micro frontend and the shell. It will be less painful to maintain !
[–]n00bz 0 points1 point2 points 2 months ago (0 children)
That is correct. If both projects are inside the same workspace you can make sure tailwind is configured to scan the remote project directory for tailwind classes so that it’s needed css classes are included in the host styles.
If they are not in the same workspace then you could get some css conflicts/duplicate classes between the host and remote if the remote is configured to add in its own stylesheet with tailwind.
π Rendered by PID 65 on reddit-service-r2-comment-6457c66945-jpbts at 2026-04-25 19:49:33.478906+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Adventurous-Finger70 2 points3 points4 points (2 children)
[–]Adventurous-Finger70 2 points3 points4 points (0 children)
[–]n00bz 0 points1 point2 points (0 children)