(node, location)
| 48 | } |
| 49 | |
| 50 | function getMargin(node, location) { |
| 51 | return getSpacing(node, 'margin', '', location); |
| 52 | } |
| 53 | |
| 54 | function getPadding(node, location) { |
| 55 | return getPositiveSpacing(node, 'padding', '', location); |
no test coverage detected
searching dependent graphs…