You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`prismPreset`|`null`| The name of the preset you'd like to use to style code blocks inside your markdown files. The available presets can be found in the [theme-ui docs](https://theme-ui.com/packages/prism/). You can also use a package string of your own choosing. |
24
+
|`preset`|`null`| This can be a JSON theme object or a string package name. Make sure the package you're requiring is installed in your dependencies. |
25
+
26
+
> Note that this plugin assumes the theme object is exported as `default`.
24
27
25
28
The theme module you include in options is considered your base theme. Any further customization and shadowing will be merged with it.
0 commit comments