printer-notifications/node_modules/css-tree/cjs/syntax/atrule/font-face.cjs
2023-11-13 16:10:04 -05:00

13 lines
172 B
JavaScript

'use strict';
const fontFace = {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};
module.exports = fontFace;