(node, location)
| 52 | } |
| 53 | |
| 54 | function getPadding(node, location) { |
| 55 | return getPositiveSpacing(node, 'padding', '', location); |
| 56 | } |
| 57 | |
| 58 | function getBorder(node, location) { |
| 59 | return getPositiveSpacing(node, 'border', 'Width', location); |
no test coverage detected
searching dependent graphs…