-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use development CSS and JS in docs to improve code readability
Also, previously used production builds do not exist until `npm run build` is run for the first time.
- Loading branch information
1 parent
16dff5f
commit ebd47b2
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ theme: | |
extra_css: | ||
- https://unpkg.com/[email protected]/themes/prism-twilight.min.css # Prism JS syntax highlighting | ||
- docs/_assets/stylesheets/extra.css # mkDocs theme tweaks | ||
- docs/_assets/generated/docs-custom-properties.css # Load React UI CSS custom properties to make them accessible in the document root (outside shadowDOM) so we can preview colors etc. | ||
- docs/_assets/generated/docs-custom-properties.development.css # Load React UI CSS custom properties to make them accessible in the document root (outside shadowDOM) so we can preview colors etc. | ||
|
||
# Additional JS. Mind the order! | ||
extra_javascript: | ||
|
@@ -60,7 +60,7 @@ extra_javascript: | |
- https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.core.umd.min.js | ||
- https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.dom.umd.min.js | ||
- https://unpkg.com/@floating-ui/[email protected]/dist/floating-ui.react-dom.umd.min.js | ||
- docs/_assets/generated/react-ui.js | ||
- docs/_assets/generated/react-ui.development.js | ||
- docs/_assets/js/ruiIcon.js | ||
- docs/_assets/js/ruiSwatch.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters