Story 2491: Markdown card + content modal via Boostlook v3#2530
Merged
julioest merged 3 commits intoJul 15, 2026
Conversation
Vendors the rebuilt boostlook-v3.css: bare-markdown styling, the page-leak fix, and the content-modal component rules.
Scopes the testimonials content modal prose under .boostlook so its rich-text styling comes from boostlook-v3 instead of a component-level override. Removes the self-contained prose block from content-modal.css; the modal-specific refinements now live in boostlook (src/css/17-site-components.css).
Markdown card and user-profile bio now carry the boostlook class and pull styling from the vendored boostlook-v3.css. Overrides in markdown-card.css removed, left as a pointer. Depends on the matching boostlook commit landing first.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #2491. Stacked on #2411 (Boostlook v3 ingestion): the base is
jc/integrate-boostlook-v3and will retarget todeveloponce that merges.Moves the markdown card and content modal off their temporary component-level overrides and onto Boostlook v3, scoping the styling to each component's container via the
.boostlookclass.What changed
boostlookclass and pull styling from the vendoredboostlook-v3.css;markdown-card.cssdrops to a pointer..boostlook.content-modal__prose).boostlook-v3.cssto match the source change in Boostlook 2.0: Figma redesign + dark-mode pass boostlook#183.Notes
17-site-components.css, scoped.boostlook.<class>, so non-doc site components take v2's near-black text color and inherit the site font rather than Boostlook's condensed doc type.