mirror of
https://github.com/picocss/pico.git
synced 2025-11-09 00:13:28 -05: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
@ -80,7 +80,8 @@
|
||||
}
|
||||
|
||||
// Breadcrumb
|
||||
&[aria-label="breadcrumb"] {
|
||||
&[aria-label="breadcrumb"],
|
||||
&[aria-label="Breadcrumb"] {
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user