carbon-components
Version:
Carbon Components is a component library for IBM Cloud
22 lines (15 loc) • 591 B
Markdown
## Changes
### SCSS
#### Usage
The import path remains unchanged at:
```scss
@import 'carbon-components/scss/components/breadcrumb/breadcrumb';
```
#### Selectors
| v9 | v10 |
| ------------------------------------------- | --------- |
| `bx--breadcrumb` | No change |
| `bx--breadcrumb-item` | No change |
| `bx--breadcrumb-item--current` | ✨ New |
| `bx--breadcrumb-item [aria-current='page']` | ✨ New |
| `bx--breadcrumb--no-trailing-slash` | No change |