File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Original file line number Diff line number Diff line change 1
1
@use " functions/escape-svg" as * ;
2
2
@use " mixins/clearfix" as * ;
3
3
@use " mixins/color-mode" as * ;
4
+ @use " mixins/ltr-rtl" as * ;
4
5
@use " mixins/transition" as * ;
5
6
@use " variables" as * ;
6
7
138
139
background-size : 100% 100% ;
139
140
}
140
141
141
- /* rtl:options: {
142
- "autoRename": true,
143
- "stringMap":[ {
144
- "name" : "prev-next",
145
- "search" : "prev",
146
- "replace" : "next"
147
- } ]
148
- } */
149
142
.carousel-control-prev-icon {
150
- background-image : escape-svg ($carousel-control-prev-icon-bg );
143
+ @include ltr-rtl-value-only ( " background-image" , escape-svg ($carousel-control-prev-icon-bg ), escape-svg ( $carousel-control-next-icon-bg ) );
151
144
}
152
145
.carousel-control-next-icon {
153
- background-image : escape-svg ($carousel-control-next-icon-bg );
146
+ @include ltr-rtl-value-only ( " background-image" , escape-svg ($carousel-control-next-icon-bg ), escape-svg ( $carousel-control-prev-icon-bg ) );
154
147
}
155
148
156
149
// Optional indicator pips/controls
You can’t perform that action at this time.
0 commit comments