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

Class

engine/cssparser.js:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const isspace = c => c === ' ' || c === '\n';
39
40export class CSSRule {
41 static {
42 this.prototype.type = RuleType.None;
43 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected