Skip to content

Commit f6fbc3f

Browse files
committed
Add .table-borderless option
1 parent 3a37e48 commit f6fbc3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ module.exports = function (options) {
197197
'.table-responsive>.table-bordered': {
198198
border: '0',
199199
},
200+
'.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th': {
201+
border: '0',
202+
},
200203
'@media (max-width:575.98px)': {
201204
'.table-responsive-sm': {
202205
display: 'block',

0 commit comments

Comments
 (0)