You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summaryAdditional: We now only output `woff2` fonts in our `@font-face` rules. If you need `woff` and `ttf` for IE11 compatibility, set this new setting to `true`.
Copy file name to clipboardExpand all lines: _data/settings/components/breadcrumb.yml
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,13 @@ contents:
8
8
- name: Font family
9
9
description: The family of the breadcrumb text.
10
10
var: $theme-breadcrumb-font-family
11
-
default: '"sm"'
11
+
default: '"body"'
12
12
type: family
13
13
- name: Font size
14
14
description: The size of the breadcrumb text.
15
15
var: $theme-breadcrumb-font-size
16
16
default: '"sm"'
17
17
type: units
18
-
- name: Breadcrumb gap
19
-
description: The space between indicator icons and text.
20
-
var: $theme-breadcrumb-gap
21
-
default: 1.5
22
-
type: units
23
18
- name: Link color
24
19
description: The color of breadcrumb link. Add the link color and the system will generate the hover state. `Default` uses the default link settings calculated from your background color.
25
20
var: $theme-breadcrumb-link-color
@@ -28,10 +23,10 @@ contents:
28
23
- name: Full breadcrumb minimum width
29
24
description: The width at which the breadcrumb displays the full breadcrumb list.
30
25
var: $theme-breadcrumb-min-width
31
-
default: "mobile-lg"
26
+
default: '"mobile-lg"'
32
27
type: units
33
28
- name: Bottom padding
34
-
description: Padding under the breadcrumb.
29
+
description: Padding below the breadcrumb.
35
30
var: $theme-breadcrumb-padding-bottom
36
31
default: 2
37
32
type: units
@@ -48,5 +43,5 @@ contents:
48
43
- name: Separator color
49
44
description: Color of the breadcrumb separator. This value needs AA contrast against the background.
0 commit comments