Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
const
isspace = c => c ===
' '
|| c ===
'\n'
;
39
40
export
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