mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
9 lines
139 B
SCSS
9 lines
139 B
SCSS
@import '../../../styles/utilities';
|
|
|
|
.breadcrumbCommon {
|
|
color: var(--text-base);
|
|
.currentItem {
|
|
cursor: default;
|
|
}
|
|
}
|