Fix duplicate Tailwind class and broken frontmatter quote#5648
Merged
mintlify[bot] merged 1 commit intomainfrom May 2, 2026
Merged
Fix duplicate Tailwind class and broken frontmatter quote#5648mintlify[bot] merged 1 commit intomainfrom
mintlify[bot] merged 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Two formatting issues found while scanning all MDX files for spelling errors, grammatical mistakes, and broken formatting.
Frontmatter
optimize/feedback.mdx— Missing opening quote inkeywordsarray. The stringthumbs rating"was missing its opening", leaving the YAML array malformed.Markdown / JSX
customize/themes.mdx— Duplicatepx-4class in aclassNameattribute (px-4 px-4→px-4).Notes
<Card />elements, intentional escaped backticks increate/code.mdx, and intentional```literals inchangelog.mdx.Note
Low Risk
Low risk: documentation-only formatting fixes that remove a duplicate CSS utility and repair broken YAML frontmatter, with no runtime logic changes.
Overview
Fixes two MDX formatting issues: removes a duplicate
px-4Tailwind class incustomize/themes.mdx, and corrects a malformedkeywordsstring in the YAML frontmatter ofoptimize/feedback.mdxso the frontmatter parses correctly.Reviewed by Cursor Bugbot for commit 2d52425. Bugbot is set up for automated code reviews on this repo. Configure here.