Skip to content

Commit e115798

Browse files
committed
chore: clean-up
1 parent d5c5856 commit e115798

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/scss/examples.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
1+
/* stylelint-disable scss/selector-no-redundant-nesting-selector */
22
@use "@coreui/coreui/scss/variables" as * with (
33
$enable-deprecation-messages: false
44
);
@@ -109,6 +109,6 @@
109109

110110
@include color-mode(dark) {
111111
.example .tab-content {
112-
background-color: var(--#{$prefix}secondary-bg) !important;
112+
background-color: var(--#{$prefix}secondary-bg);
113113
}
114114
}

src/scss/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "@coreui/coreui/scss/coreui" as * with (
22
$enable-deprecation-messages: false
33
);
4-
@use "vendors/simplebar" as *;
4+
@use "vendors/simplebar";
55

66
body {
77
background-color: var(--cui-tertiary-bg);

0 commit comments

Comments
 (0)