-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
324 replace prism js with shiki #375
Conversation
🦋 Changeset detectedLatest commit: fd03fec The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Pull Request Test Coverage Report for Build 5190516555
💛 - Coveralls |
@@ -35,8 +35,7 @@ | |||
"@jpmorganchase/mosaic-content-editor-plugin": "0.1.0-beta.34", | |||
"@jpmorganchase/mosaic-site-components": "0.1.0-beta.34", | |||
"@jpmorganchase/mosaic-layouts": "0.1.0-beta.34", | |||
"@jpmorganchase/mosaic-theme": "0.1.0-beta.34", | |||
"prismjs": "^1.23.0" | |||
"@jpmorganchase/mosaic-theme": "0.1.0-beta.34" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this not export Prism CSS from index.js
import 'prismjs/themes/prism.css';
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preset styles did...been removed https://github.com/jpmorganchase/mosaic/pull/375/files#diff-689daf31a0e205fe397769cedbdb31a32f0c9d42088fed8c77d25457e3591c5a
3903f60
to
4546369
Compare
e62640e
to
9085256
Compare
9085256
to
000052b
Compare
000052b
to
fd03fec
Compare
No description provided.