Files
szjs/node_modules/css-tree/lib/syntax/atrule/starting-style.js

9 lines
143 B
JavaScript
Raw Normal View History

2025-03-07 22:27:18 +08:00
export default {
parse: {
prelude: null,
block(nested = false) {
return this.Block(nested);
}
}
};