From 49a482b86126cf0c0030344e3fc999fbe19bff28 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 11 Feb 2018 16:18:12 -0600 Subject: Remove the rest of the unused bootstrap --- .../node_modules/bootstrap/scss/_breadcrumb.scss | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 assets/node_modules/bootstrap/scss/_breadcrumb.scss (limited to 'assets/node_modules/bootstrap/scss/_breadcrumb.scss') diff --git a/assets/node_modules/bootstrap/scss/_breadcrumb.scss b/assets/node_modules/bootstrap/scss/_breadcrumb.scss deleted file mode 100644 index 25b9d85..0000000 --- a/assets/node_modules/bootstrap/scss/_breadcrumb.scss +++ /dev/null @@ -1,38 +0,0 @@ -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: $breadcrumb-margin-bottom; - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($border-radius); -} - -.breadcrumb-item { - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - padding-left: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: "#{$breadcrumb-divider}"; - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without `