Defining addons breaks tailwindcss
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 added text-red-500 to it.).
Reproduction
https://stackblitz.com/edit/ladle-edyec9?file=.ladle%2Fconfig.mjs
Environment
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
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.