| 9 | * specific to properties. |
| 10 | */ |
| 11 | export default class StyleNormalizer { |
| 12 | constructor() { |
| 13 | this.normalizers = {}; |
| 14 | this.createNormalizers('margin', [HORIZONTAL, VERTICAL, SIDES]); |
nothing calls this directly
no outgoing calls
no test coverage detected