printer-notifications/node_modules/css-tree/lib/syntax/atrule/font-face.js

9 lines
127 B
JavaScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
export default {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};