Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/css-tree/cjs/syntax/atrule/starting-style.cjs
T
2025-09-18 19:01:22 +07:00

13 lines
198 B
JavaScript

'use strict';
const startingStyle = {
parse: {
prelude: null,
block(nested = false) {
return this.Block(nested);
}
}
};
module.exports = startingStyle;