Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/shadow
/ constructor
Method
constructor
engine/cssparser.js:130–133 ·
view source on GitHub ↗
(name, cond)
Source
from the content-addressed store, hash-verified
128
}
129
130
constructor(name, cond) {
131
this.atName = name;
132
this.atCond = cond;
133
}
134
}
135
136
class
CSSNestedAtRule {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected