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
Copy file name to clipboardExpand all lines: packages/gatsby-plugin-theme-ui/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ prevent a flash of unstyled colors when using color modes.
23
23
|`themeModule`|`null`| JSON theme object, use the `require` syntax to include it in options. Make sure the package you're requiring is installed in your dependencies. |
24
24
|`themeModulePath`|`null`| A string package name that the plugin will require for you. Make sure the package you're requiring is installed in your dependencies. |
25
25
|`moduleExportName`|`default`| The name of the export from the theme module, applies to `themeModule` or `themeModulePath` resolution depending which one you're using |
26
-
|`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/). |
26
+
|`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.|
27
27
28
28
> Note that if your theme is exported at the top level, the `moduleExportName` of `default` is bypassed. See [theme-ui/preset-deep](https://github.com/system-ui/theme-ui/blob/master/packages/preset-deep/src/index.ts).
0 commit comments