Linus Wahlgren

Results 6 comments of Linus Wahlgren

Any update on this? This creates wierd behaviour and requires us to write cutsom marshal code for many structs.

I really need this feature, our infrastructure is moving over to Prometheus

I can't share the code since it's work related but I'm comparing the css before and after import and I dont yet understand why, but the theme gets partially overridden....

The styles from certain components contain :root selectors that override the .dark class on the document html tag. ![Image](https://github.com/user-attachments/assets/0df25071-9afa-4773-98e1-558802fa5ffb)

No, I'm using radix-colors normally. If you look at your dist css https://www.npmjs.com/package/@mdxeditor/editor?activeTab=code at line 1874 you can see the selectors that are messing up the theme. The normal radix-colors...

Just a not if anyone is encountering the same issue as I am, this is a vite plugin that fixes this issue, albeit temporarily. ``` const mdxCssFix = () =>...