mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): disable unused styles
This commit is contained in:
committed by
Łukasz Mierzwa
parent
bbb3648b86
commit
e994620e9b
@@ -96,7 +96,7 @@ $body-secondary-color: $gray-600;
|
||||
@import "bootstrap/scss/navbar";
|
||||
@import "bootstrap/scss/card";
|
||||
@import "bootstrap/scss/accordion";
|
||||
@import "bootstrap/scss/breadcrumb";
|
||||
// @import "bootstrap/scss/breadcrumb"; // unused
|
||||
@import "bootstrap/scss/pagination";
|
||||
@import "bootstrap/scss/badge";
|
||||
@import "bootstrap/scss/alert";
|
||||
@@ -107,10 +107,10 @@ $body-secondary-color: $gray-600;
|
||||
@import "bootstrap/scss/modal";
|
||||
@import "bootstrap/scss/tooltip";
|
||||
@import "bootstrap/scss/popover";
|
||||
@import "bootstrap/scss/carousel";
|
||||
// @import "bootstrap/scss/carousel"; // unused
|
||||
@import "bootstrap/scss/spinners";
|
||||
@import "bootstrap/scss/offcanvas";
|
||||
@import "bootstrap/scss/placeholders";
|
||||
// @import "bootstrap/scss/offcanvas"; // unused
|
||||
// @import "bootstrap/scss/placeholders"; // unused
|
||||
|
||||
// Bootstrap helpers & utilities
|
||||
@import "bootstrap/scss/helpers";
|
||||
@@ -183,9 +183,10 @@ $body-secondary-color: $gray-600;
|
||||
--bs-popover-bg: #{$white};
|
||||
}
|
||||
|
||||
.offcanvas {
|
||||
--bs-offcanvas-bg: #{$white};
|
||||
}
|
||||
// unused
|
||||
// .offcanvas {
|
||||
// --bs-offcanvas-bg: #{$white};
|
||||
// }
|
||||
|
||||
.form-control {
|
||||
background-color: #{$white};
|
||||
@@ -492,9 +493,10 @@ $body-secondary-color: $gray-600;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
color: #{darkly.$white};
|
||||
}
|
||||
// unused
|
||||
// .breadcrumb a {
|
||||
// color: #{darkly.$white};
|
||||
// }
|
||||
}
|
||||
|
||||
@import "./Components";
|
||||
|
||||
Reference in New Issue
Block a user