MCPcopy Index your code
hub / github.com/postcss/postcss / selectors

Method selectors

lib/rule.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6class Rule extends Container {
7 get selectors() {
8 return list.comma(this.selector)
9 }
10
11 set selectors(values) {
12 let match = this.selector ? this.selector.match(/,\s*/) : null

Callers

nothing calls this directly

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected