File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 145
145
@include ltr-rtl (" border-left-width" , 0 );
146
146
147
147
& .active {
148
- @include ltr-rtl (" margin-left" , calc (var (--#{$prefix}list-group-border-width ) * -1 )); // stylelint-disable-line function-disallowed-list
148
+ @include ltr-rtl (" margin-left" , calc (var (--#{$prefix}list-group-border-width ) * -1 ));
149
149
@include ltr-rtl (" border-left-width" , var (--#{$prefix}list-group-border-width ));
150
150
}
151
151
}
Original file line number Diff line number Diff line change 59
59
@include border-top-radius (calc (var (--#{$prefix}toast-border-radius ) - var (--#{$prefix}toast-border-width )));
60
60
61
61
.btn-close {
62
- @include ltr-rtl (" margin-right" , calc (var (--#{$prefix}toast-padding-x ) * -.5 )); // stylelint-disable-line function-disallowed-list
62
+ @include ltr-rtl (" margin-right" , calc (var (--#{$prefix}toast-padding-x ) * -.5 ));
63
63
@include ltr-rtl (" margin-left" , var (--#{$prefix}toast-padding-x ));
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments