guidance on using MyST with Next.js and Theme UI #1515
Unanswered
andersy005
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm currently working on a project that uses MyST with Next.js and i'm looking to transition from Tailwind CSS to Theme UI for styling. i'm using
myst-to-react
to render MyST content in my Next.js app but i'm unsure if there any best practices or potential issues i should be aware of before going down this rabbit hole of using Theme UI instead of Tailwind CSSmy current setup consists of:
myst-to-react
for rendering the MyST AST contentmy questions are:
is this Next.js/Theme UI approach viable with just the styling changes, or would i need to write my own theme package similar to the default themes in https://github.com/jupyter-book/myst-theme/tree/main/themes?
are there any best practices or potential issues i should be aware of when using Theme UI instead of Tailwind CSS with MyST?
I've found some past issues with pointers to other examples that use Tailwind CSS 1 but i haven't found much information other styling frameworks. any advice, links to projects i can use as templates, or pointers to documentation or examples for using MyST with alternative styling solutions would be greatly appreciated.
Ccing @katamartin and @Shane98c who are interested in this as well.
Footnotes
https://github.com/jupyter-book/myst-theme/issues/258 ↩
Beta Was this translation helpful? Give feedback.
All reactions