Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d519c8

Browse files
committed
refactor: add support for data infix variable
1 parent b4e9a11 commit 5d519c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/_carousel.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222

223223
:root,
224-
[data-coreui-theme="light"] {
224+
[data#{$data-infix}theme="light"] {
225225
--#{$prefix}carousel-indicator-active-bg: #{$carousel-indicator-active-bg};
226226
--#{$prefix}carousel-caption-color: #{$carousel-caption-color};
227227
--#{$prefix}carousel-control-icon-filter: #{$carousel-control-icon-filter};

scss/_close.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262

6363
:root,
64-
[data-coreui-theme="light"] {
64+
[data#{$data-infix}theme="light"] {
6565
--#{$prefix}btn-close-filter: #{$btn-close-filter};
6666
}
6767

0 commit comments

Comments
 (0)