We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6756106 commit f165a5eCopy full SHA for f165a5e
index.js
@@ -31,7 +31,7 @@ module.exports = function (options) {
31
: '1px solid #dee2e6',
32
},
33
'td': {
34
- borderTop: optionsWithPropertyExists(options, 'tableBodyBorder') && options.tableBodyBorder == false
+ borderTop: optionsWithPropertyExists(options, 'tableBodyBorder') && options.tableBodyBorder == false
35
? 0
36
: optionsWithPropertyExists(options, 'tableBorderColor')
37
? '1px solid ' + options.tableBorderColor
0 commit comments