astro-ghostcms/.pnpm-store/v3/files/6b/4fa6394267b6e2005b92aa086d1...

17 lines
301 B
Plaintext

'use strict';
const media = {
parse: {
prelude() {
return this.createSingleNodeList(
this.MediaQueryList()
);
},
block(isStyleBlock = false) {
return this.Block(isStyleBlock);
}
}
};
module.exports = media;