1
0
Fork 0
docsearch/packages/docsearch-css
Paul Jankowski 4e44b558e1
fix(v5): stop truncating mobile snippets (#2958)
* fix(v5): stop truncating mobile snippets

Backport of #2907.\n\nOriginal commit: 9ad6d169fe

* fix(v5): allow mobile hit text to wrap

Completes the v5 adaptation of #2907 by overriding later v5 child-level truncation rules.\n\nOriginal commit: 9ad6d169fe

* chore(v5): account for mobile wrapping CSS

Updates the CSS size budget for the v5 adaptation of #2907.\n\nOriginal commit: 9ad6d169fe

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2026-08-05 10:18:58 -04:00
..
src fix(v5): stop truncating mobile snippets (#2958) 2026-08-05 10:18:58 -04:00
build-css.ts chore: Move to oxlint and oxfmt (#2923) 2026-07-16 14:59:00 -04:00
CHANGELOG.md chore: release v5.0.0-beta.2 (#2950) 2026-08-04 14:39:25 -04:00
package.json chore: release v5.0.0-beta.2 (#2950) 2026-08-04 14:39:25 -04:00
README.md chore: migrate to from yarn, lerna and shipjs to bun & changesets (#2827) 2026-03-02 18:52:01 +01:00

@docsearch/css

Style package for DocSearch, the best search experience for docs.

Installation

npm install @docsearch/css@4

If you dont want to use a package manager, you can use a standalone endpoint:

<script src="https://cdn.jsdelivr.net/npm/@docsearch/css@4"></script>

Get started

import '@docsearch/css';

Documentation

Read documentation →