jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
146 stars 18 forks source link

👩🏻‍🎨 Improve myst styles #91

Closed rowanc1 closed 1 year ago

rowanc1 commented 1 year ago

This brings in @myst-theme/styles which has been improved for reuse here. We are still using our own stand-alone typography.

I have also disabled tailwinds preflight CSS, which was fighting with Jupyter (e.g. in #89).

This doesn't fix all of the issues in #61 but it is a step in supporting that direction.

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a Binder on branch executablebooks/jupyterlab-myst/feat/myst-styles

rowanc1 commented 1 year ago

please update playwright snapshots

rowanc1 commented 1 year ago

This is mostly reusing the styles from base myst-package, and fixing obvious style collisions. Going to merge it in!