()
| 441 | }; |
| 442 | |
| 443 | function onDOMReady() { |
| 444 | if (loadingStyles.size === 0) { |
| 445 | cleanFallbackStyle(); |
| 446 | return; |
| 447 | } |
| 448 | logWarn(`DOM is ready, but still have styles being loaded.`, loadingStyles); |
| 449 | } |
| 450 | |
| 451 | function runDynamicStyle() { |
| 452 | createDynamicStyleOverrides(); |
nothing calls this directly
no test coverage detected