MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / _cssPropertyNames

Function _cssPropertyNames

www/js/_hyperscript.esm.js:7566–7570  ·  view source on GitHub ↗
(css)

Source from the content-addressed store, hash-verified

7564 }
7565};
7566function _cssPropertyNames(css) {
7567 return css.split(";").map(function(p) {
7568 return p.split(":")[0].trim();
7569 }).filter(Boolean);
7570}
7571function _removeCssProperties(elt, propNames) {
7572 for (var i = 0; i < propNames.length; i++) elt.style.removeProperty(propNames[i]);
7573}

Callers 2

resolveMethod · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected