astro-ghostcms/.pnpm-store/v3/files/71/888f1a0ffbfeb908c73d645e4de...

13 lines
262 B
Plaintext

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