elearning/Frontend-Learner/node_modules/css-tree/lib/syntax/atrule/starting-style.js

9 lines
143 B
JavaScript
Raw Normal View History

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