line_push/node_modules/css-tree/lib/syntax/atrule/font-face.js
2022-07-17 13:16:16 +08:00

9 lines
139 B
JavaScript

module.exports = {
parse: {
prelude: null,
block: function() {
return this.Block(true);
}
}
};