the-forest/client/node_modules/css-tree/lib/syntax/atrule/font-face.js
2024-09-17 20:35:18 -04:00

9 lines
139 B
JavaScript

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