UNPKG

1.21 kBMarkdownView Raw
1## Changes
2
3### HTML
4
5No markup changes.
6
7### SCSS
8
9No changes to _existing_ selectors, but now has _new selectors_.
10
11#### Usage
12
13The import path remains unchanged at:
14
15```scss
16@import 'carbon-components/scss/components/breadcrumb/breadcrumb';
17```
18
19#### Selectors
20
21| v9 | v10 | Note |
22| ----------------------------------- | ------------------------------------------- | ---------------------------------------------- |
23| - | `bx--breadcrumb-item--current` | ✨ New; Used to target current page breadcrumb |
24| - | `bx--breadcrumb-item [aria-current='page']` | ✨ New; Used to target current page breadcrumb |
25| `bx--breadcrumb` | No change | |
26| `bx--breadcrumb-item` | No change | |
27| `bx--breadcrumb--no-trailing-slash` | No change | |