egoist / tailwindcss-icons

Use any icon (100,000+) from Iconify, for TailwindCSS
MIT License
875 stars 18 forks source link

Compatibility with Turborepo #32

Closed balcieren closed 10 months ago

balcieren commented 10 months ago

Hi,

I tried to use with Turborepo, but icons did not appear on the website. Additionally, I use turborepo with npm workspace. I think, it cannot find the icon package from node_modules so the problem is caused by this reason. Or am I wrong? Am I doing something wrong?

hyoban commented 10 months ago

Can you provide a minimal reproduction?

balcieren commented 10 months ago

Can you provide a minimal reproduction?

Hi, My problem has solved. The problem was about with css file. I was importing my tailwind css file from the outside package. Then I added one more time global css to the web app. It worked successfully.

hyoban commented 10 months ago

Glad to hear it, closing this issue as it's resolved