MCPcopy Create free account
hub / github.com/docker/getting-started / removeStyle

Function removeStyle

app/src/static/js/react-bootstrap.js:7951–7953  ·  view source on GitHub ↗
(node, key)

Source from the content-addressed store, hash-verified

7949exports.default = removeStyle;
7950
7951function removeStyle(node, key) {
7952 return 'removeProperty' in node.style ? node.style.removeProperty(key) : node.style.removeAttribute(key);
7953}
7954
7955module.exports = exports["default"];
7956

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…