elearning/Frontend-Learner/node_modules/css-tree/lib/syntax/atrule/font-face.js

9 lines
127 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export default {
parse: {
prelude: null,
block() {
return this.Block(true);
}
}
};