Files
talk-pro/node_modules/css-tree/lib/syntax/atrule/font-face.js
2026-05-12 16:16:03 +08:00

9 lines
127 B
JavaScript

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