Files
douyin/node_modules/css-tree/lib/syntax/atrule/font-face.js
T
2026-07-17 09:24:47 +08:00

9 lines
127 B
JavaScript

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