Are you an LLM? You can read better optimized documentation at /api/formats/components/src/variables/breadcrumbCss.md for this page in Markdown format
pantoken / formats/components/src / breadcrumbCss
Variable: breadcrumbCss
constbreadcrumbCss: (this,options?) =>string=breadcrumb.css
Beta
Standalone breadcrumb stylesheet — the prefixed CSS for the breadcrumb trail, ready to ship as a .css file.
The standalone, header-wrapped stylesheet — what the exported xxxCss returns. Declared this: void because it's a plain closure (no receiver): callers bind it as export const buttonCss = button.css, so the annotation tells the linter the free-floating reference is safe.
Parameters
this
void
options?
Returns
string