v-wordpress-plugin-updater/node_modules/css-tree/lib/syntax/atrule/font-face.js
2025-08-14 00:05:37 -04:00

8 lines
127 B
JavaScript

export default {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};