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
When I define anything in addons inside .ladle/config.mjs, tailwind stops working. In the example below, when you comment out addons, tailwind starts working again (Simple Story text turns into red because I added text-red-500 to it.).
After reading this https://ladle.dev/docs/width/ I was under the impression that the only thing I do, is I customize widths, because this addon seems to be active by default.
Describe the bug
When I define anything in addons inside
.ladle/config.mjs
, tailwind stops working. In the example below, when you comment out addons, tailwind starts working again (Simple Story
text turns into red because I addedtext-red-500
to it.).Reproduction
https://stackblitz.com/edit/ladle-edyec9?file=.ladle%2Fconfig.mjs
Environment
The text was updated successfully, but these errors were encountered: