allow Breadcrumb to have uppercase B

In many docs and HTML in the wild is `Breadcrumb` written with a uppercase `B`. 

- https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Breadcrumb_Navigation
- https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/examples/breadcrumb/
This commit is contained in:
Daniel Jahnsmüller 2025-04-23 20:14:15 +02:00 committed by GitHub
parent 1039a4788d
commit bba7437e14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,8 @@
} }
// Breadcrumb // Breadcrumb
&[aria-label="breadcrumb"] { &[aria-label="breadcrumb"],
&[aria-label="Breadcrumb"] {
align-items: center; align-items: center;
justify-content: start; justify-content: start;