mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 14:49:12 -04:00
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:
parent
1039a4788d
commit
bba7437e14
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue