(name: string)
| 738 | } |
| 739 | |
| 740 | function wrapBgImgVariableName(name: string) { |
| 741 | return `--darkreader-bgimg${name}`; |
| 742 | } |
| 743 | |
| 744 | function isVariable(property: string) { |
| 745 | return property.startsWith('--'); |
no outgoing calls
no test coverage detected