We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b60a2 commit 4d292baCopy full SHA for 4d292ba
src/docs/_assets/stylesheets/extra.css
@@ -3,7 +3,8 @@
3
:root {
4
/* Visual configuration of the `<docoff-react-preview>` and `<docoff-react-base>` code */
5
/* The Prism theme CSS file, for options see: https://unpkg.com/browse/prismjs/themes/ */
6
- --docoff-code-prism-css: https://unpkg.com/[email protected]/themes/prism-twilight.min.css;
+ /* NOTE: Patch version is omitted due to parsing bug in Safari: https://bugs.webkit.org/show_bug.cgi?id=229816 */
7
+ --docoff-code-prism-css: https://unpkg.com/[email protected]/themes/prism-twilight.min.css;
8
--docoff-code-font-size: 1rem;
9
--docoff-code-line-height: 1.5;
10
--docoff-code-font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
0 commit comments