shadcn

Results 1086 comments of shadcn

What does your `theme.ts` file look like?

This definitely needs some work. Thanks for the pointers. I’m going to give this a try. Thank you so much @marcysutton

@pipifix Can you help me debug this? This upgrade is kinda tricky because it span multiple packages. Can you share the code where it's breaking or screenshot? Thank you

@achchu93 I'll take a look at it. Honestly, been a while since I looked into Gatsby.

hmm I see. We made some changes to preset-base to work with the latest reflexjs but we probably don't need this anymore. Can you revert back to a previous version...

You mean the post `tags`? The one you set in the post mdx file?

I'll see if I can reproduce this. Not sure if this is related: https://github.com/reflexjs/reflex/issues/39

The style props are not enabled by default for MDX. You can pass `Box` (`import { Box } from "reflexjs"`} to MDX component and use this for styling. > Can...

I haven't really looked at `i18n` yet. But `gatsby-theme-i18n` looks promising. I'm going to see how we can make this work with Reflex and get back to you.