@@ -167,43 +167,43 @@ each(@theme-colors, #(@value, @color) {
167
167
// Generate series of `.table-responsive-*` classes for configuring the screen
168
168
// size of where your table will overflow.
169
169
170
- .table-responsive {
171
- // @each $breakpoint in map-keys($grid-breakpoints) {
172
- // $next: breakpoint-next($breakpoint, $grid-breakpoints);
173
- // $infix: breakpoint-infix($next, $grid-breakpoints);
174
- //
175
- // &#{$infix} {
176
- // @include media-breakpoint-down($breakpoint) {
177
- // display: block;
178
- // width: 100%;
179
- // overflow-x: auto;
180
- // -webkit-overflow-scrolling: touch;
181
- // -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
182
- //
183
- // // Prevent double border on horizontal scroll due to use of `display: block;`
184
- // &.table-bordered {
185
- // border: 0;
186
- // }
187
- // }
188
- // }
189
- // }
190
- each(keys( @grid-breakpoints ), #( @breakpoint ) {
191
- @next : breakpoint - next( @breakpoint , @ grid-breakpoints );
192
- @infix : breakpoint- infix( @next , @grid-breakpoints );
193
-
194
- & @{infix} {
195
- #media-breakpoint-down ( @breakpoint , {
196
- display : block ;
197
- width : 100 % ;
198
- overflow-x : auto ;
199
- -webkit- overflow-scrolling : touch ;
200
- -ms -overflow-style : -ms-autohiding-scrollbar ; // See https://github.com/twbs/bootstrap/pull/10057
201
-
202
- // Prevent double border on horizontal scroll due to use of `display: block;`
203
- > .table-bordered {
204
- border : 0 ;
205
- }
206
- });
207
- }
208
- })
209
- }
170
+ // .table-responsive {
171
+ // @each $breakpoint in map-keys($grid-breakpoints) {
172
+ // $next: breakpoint-next($breakpoint, $grid-breakpoints);
173
+ // $infix: breakpoint-infix($next, $grid-breakpoints);
174
+ //
175
+ // &#{$infix} {
176
+ // @include media-breakpoint-down($breakpoint) {
177
+ // display: block;
178
+ // width: 100%;
179
+ // overflow-x: auto;
180
+ // -webkit-overflow-scrolling: touch;
181
+ // -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
182
+ //
183
+ // // Prevent double border on horizontal scroll due to use of `display: block;`
184
+ // &.table-bordered {
185
+ // border: 0;
186
+ // }
187
+ // }
188
+ // }
189
+ // }
190
+ // }
191
+ each(keys( @ grid-breakpoints ), #( @breakpoint ) {
192
+ @next : breakpoint- next( @breakpoint , @grid-breakpoints );
193
+ @infix : breakpoint - infix( @next , @grid-breakpoints );
194
+
195
+ .table-responsive @{infix} {
196
+ #media-breakpoint-down ( @breakpoint , {
197
+ display : block ;
198
+ width : 100 % ;
199
+ overflow-x : auto ;
200
+ -webkit -overflow-scrolling : touch ;
201
+ -ms-overflow-style : -ms-autohiding-scrollbar ; // See https://github.com/twbs/bootstrap/pull/10057
202
+
203
+ // Prevent double border on horizontal scroll due to use of `display: block;`
204
+ > .table-bordered {
205
+ border : 0 ;
206
+ }
207
+ });
208
+ }
209
+ })
0 commit comments