MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / addProperty

Method addProperty

engine/cssparser.js:115–120  ·  view source on GitHub ↗
(property, value)

Source from the content-addressed store, hash-verified

113 }
114
115 addProperty(property, value) {
116 property = property.trim();
117 if (!property) return;
118
119 this.properties[property] = value.trim();
120 }
121}
122
123class CSSRegularAtRule {

Callers 1

finishRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected