MCPcopy Index your code
hub / github.com/darkreader/darkreader / wrapBorderColorVariableName

Function wrapBorderColorVariableName

src/inject/dynamic-theme/variables.ts:736–738  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

734}
735
736function wrapBorderColorVariableName(name: string) {
737 return `--darkreader-border${name}`;
738}
739
740function wrapBgImgVariableName(name: string) {
741 return `--darkreader-bgimg${name}`;

Callers 2

putRootVarsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected