(node)
| 349 | } |
| 350 | |
| 351 | rule(node) { |
| 352 | this.block(node, this.rawValue(node, 'selector')) |
| 353 | if (node.raws.ownSemicolon) { |
| 354 | this.builder(escapeHTMLInCSS(node.raws.ownSemicolon), node, 'end') |
| 355 | } |
| 356 | } |
| 357 | |
| 358 | stringify(node, semicolon) { |
| 359 | /* c8 ignore start */ |
nothing calls this directly
no test coverage detected