Unable to load tailwind styles on my component library #487
mfissehaye
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My component library is here
I am trying to load an html which has tailwind classes in it from url, dangerouselySetInnerHTML to a div and properly show it in a react component. Now it's inside a library that's supposed to be installed by another react project and show it. I tried to use it in a new react app and it works but somehow it doesn't work when I install it in a remix.run project. Can you help me figure what I am doing wrong?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions