Open jakubsacha opened 2 weeks ago
The active width addon wraps the story with an iframe, so it's likely an issue of CSS not being correctly applied inside the iframe.
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