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
I made a component lib with stylex and in the consuming app (react-router 7 / SSR) was tailwind pre-installed. I have followed the instructions in the README.md of this lib (including the last part Working with external StyleX files and libraries.
Problem: As long tailwind is configured, the components from the lib get overridden. Also the order of the imports (tailwind vs lib) doesn't change anything. Only when tailwind is taken out, the lib-component renders fine.
I am running out of options - maybe someone can make me a Christmas present by giving me a hint :-)
Also, lowering the specificity for tailwind didn't help. Thank you!
The text was updated successfully, but these errors were encountered:
Hi there,
I made a component lib with stylex and in the consuming app (react-router 7 / SSR) was tailwind pre-installed. I have followed the instructions in the README.md of this lib (including the last part Working with external StyleX files and libraries.
Problem: As long tailwind is configured, the components from the lib get overridden. Also the order of the imports (tailwind vs lib) doesn't change anything. Only when tailwind is taken out, the lib-component renders fine.
I am running out of options - maybe someone can make me a Christmas present by giving me a hint :-)
Also, lowering the specificity for tailwind didn't help. Thank you!
The text was updated successfully, but these errors were encountered: