Files
skills-here-run-place/node_modules/css-tree/cjs/syntax/atrule/font-face.cjs
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

13 lines
172 B
JavaScript

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