Files
Tiber365/node_modules/css-tree/lib/syntax/atrule/starting-style.js
2025-07-24 18:46:24 +02:00

9 lines
143 B
JavaScript

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