Yuta Hiroto
Yuta Hiroto
> can I already do that? Nope, I want to implement this feature. So we have to implement fusuma's comment before. https://github.com/hiroppy/fusuma/blob/master/packages/mdx-loader/src/mdxPlugin.js#L41 memo: https://codepen.io/webslides/pen/VMZJwj
Fixed, thanks. https://hiroppy.github.io/fusuma/advanced/#slide-1
yeah, I think we should add `overflow` to the container class. I'll consider it.
hm, I checked it but mermaid calculates the current client size and yes it doesn' have `viewport`....
not yet, now, this project uses remark and remark doesn't support it. MDsveX supports remark plugins so if I replace remark with MDsveX, Fusuma will support svelte...
sorry for the late reply, I'll confirm it later 🙇
thank you for reporting. I haven't checked pnpm yet, I'll fix it.
hm, it seems the same issue(https://github.com/webpack/webpack/issues/5087)
oh, sorry I didn't read [this issue](https://github.com/chakra-ui/chakra-ui/issues/4972), maybe "Core (Styled System)" is similar to this issue🙂
Hey @segunadebayo, thank you for your reply! > Another approach I had in mind is to have the theme only include the foundations (colors, fonts, etc.) and let the user...