Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ unnamedAtrule
Method
unnamedAtrule
lib/parser.js:609–615 ·
view source on GitHub ↗
(node, token)
Source
from the content-addressed store, hash-verified
607
}
608
609
unnamedAtrule(node, token) {
610
throw this.input.error(
611
'At-rule without name'
,
612
{ offset: token[2] },
613
{ offset: token[2] + token[1].length }
614
)
615
}
616
}
617
618
module.exports = Parser
Callers
1
atrule
Method · 0.95
Calls
1
error
Method · 0.45
Tested by
no test coverage detected