Skip to content

style: restore list bullets and numbering in documentation#872

Merged
milldr merged 2 commits intomasterfrom
milldr/fix-list-bullets
Feb 3, 2026
Merged

style: restore list bullets and numbering in documentation#872
milldr merged 2 commits intomasterfrom
milldr/fix-list-bullets

Conversation

@milldr
Copy link
Member

@milldr milldr commented Feb 3, 2026

what

  • Restore bullet points for unordered lists in documentation
  • Restore numbering for ordered lists in documentation
  • Add support for nested list styling (circle for 2nd level, square for 3rd level)

why

Tailwind CSS v4's Preflight reset removes list styling by default. Lists were appearing empty on all documentation pages. This change restores the expected visual presentation by re-enabling list styling in documentation content areas.

references

No associated issues

Tailwind CSS v4's Preflight reset removes list styling by default. Add CSS rules to restore bullet points for unordered lists and numbers for ordered lists in documentation content areas.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Replace global CSS rules with Tailwind classes applied through MDX component overrides. This aligns with the project's migration towards Tailwind and keeps list styling scoped to MDX content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@milldr milldr merged commit 9471b51 into master Feb 3, 2026
3 checks passed
@milldr milldr deleted the milldr/fix-list-bullets branch February 3, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants