| 1 | export function resetStyles(args) { |
| 2 | args.object.page.css = '#container { border-color: black; border-width: 1; margin: 5; } #container>Label { border-width: 2; border-color: black; border-radius: 5; }'; |
| 3 | } |
| 4 |
nothing calls this directly
no test coverage detected