We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ol
1 parent de58cf4 commit 6dd68feCopy full SHA for 6dd68fe
packages/components/src/components/breadcrumb/_breadcrumb.scss
@@ -6,6 +6,7 @@
6
//
7
8
@import '../../globals/scss/vars';
9
+@import '../../globals/scss/css--reset';
10
@import '../../globals/scss/helper-mixins';
11
@import '../../globals/scss/vendor/@carbon/elements/scss/import-once/import-once';
12
@import '../../globals/scss/layout';
@@ -16,6 +17,7 @@
16
17
/// @group breadcrumb
18
@mixin breadcrumb {
19
.#{$prefix}--breadcrumb {
20
+ @include reset;
21
@include type-style('body-short-01');
22
display: inline;
23
@include carbon--breakpoint(md) {
0 commit comments