We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c5856 commit e115798Copy full SHA for e115798
src/scss/examples.scss
@@ -1,4 +1,4 @@
1
-/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
+/* stylelint-disable scss/selector-no-redundant-nesting-selector */
2
@use "@coreui/coreui/scss/variables" as * with (
3
$enable-deprecation-messages: false
4
);
@@ -109,6 +109,6 @@
109
110
@include color-mode(dark) {
111
.example .tab-content {
112
- background-color: var(--#{$prefix}secondary-bg) !important;
+ background-color: var(--#{$prefix}secondary-bg);
113
}
114
src/scss/style.scss
@@ -1,7 +1,7 @@
@use "@coreui/coreui/scss/coreui" as * with (
-@use "vendors/simplebar" as *;
+@use "vendors/simplebar";
5
6
body {
7
background-color: var(--cui-tertiary-bg);
0 commit comments