printer-notifications/node_modules/css-tree/lib/syntax/atrule/font-face.js
2023-11-13 16:10:04 -05:00

9 lines
127 B
JavaScript

export default {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};