Spaces:
Configuration error
Configuration error
export default { | |
parse: { | |
prelude() { | |
return this.createSingleNodeList( | |
this.MediaQueryList() | |
); | |
}, | |
block(isStyleBlock = false) { | |
return this.Block(isStyleBlock); | |
} | |
} | |
}; | |