zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
262 Bytes
export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.MediaQueryList()
);
},
block(isStyleBlock = false) {
return this.Block(isStyleBlock);
}
}
};