site/node_modules/css-tree/cjs/syntax/atrule/font-face.cjs

13 lines
172 B
JavaScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
'use strict';
const fontFace = {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};
module.exports = fontFace;