// $crumb-bg: scale-color($secondary-color, $lightness: 55%);
// We use these to set the padding around the breadcrumbs.
- $crumb-padding: rem-calc(9 14 9);
+// $crumb-padding: rem-calc(9 14 9);
// $crumb-side-padding: rem-calc(12);
// We use these to control border styles.
// $crumb-link-decor: underline;
// We use these to control the slash between breadcrumbs
- $crumb-slash-color: $black;
- $crumb-slash: ">";
+// $crumb-slash-color: $base;
+// $crumb-slash: "/";
// 05. Buttons
// - - - - - - - - - - - - - - - - - - - - - - - - -