-
Hi there! I'm using Ghost for sourcing content for my blog. Here is the example of my trying:
(doesn' work. styles are not applied)
doesn't work either, styles are not applied. My MDX was styled and looked good, but I can't transfer my content to Ghost because styles are not applied to Ghost posts at all. Appreciate any hints and help. Thanks to community in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What JSX pragma do you have configured? We have a function called |
Beta Was this translation helpful? Give feedback.
What JSX pragma do you have configured? We have a function called
jsx
you can import from theme-ui or @theme-ui/core which handles thatsx
prop. You need some setup (e.g./** @jsxImportSource theme-ui */
or Babel config) to make it run.