Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.18 KB

migrate-to-10.x.md

File metadata and controls

27 lines (18 loc) · 1.18 KB

Changes

HTML

No markup changes.

SCSS

No changes to existing selectors, but now has new selectors.

Usage

The import path remains unchanged at:

@import 'carbon-components/scss/components/breadcrumb/breadcrumb';

Selectors

v9 v10 Note
- bx--breadcrumb-item--current ✨ New; Used to target current page breadcrumb
- bx--breadcrumb-item [aria-current='page'] ✨ New; Used to target current page breadcrumb
bx--breadcrumb No change
bx--breadcrumb-item No change
bx--breadcrumb--no-trailing-slash No change