line_push/node_modules/css-tree/lib/syntax/atrule/font-face.js
2022-07-21 03:28:35 +00:00

9 lines
139 B
JavaScript

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