MCPcopy
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
618module.exports = Parser

Callers 1

atruleMethod · 0.95

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected