elearning/Frontend-Learner/node_modules/css-tree/cjs/syntax/atrule/starting-style.cjs
2026-01-13 10:48:02 +07:00

12 lines
198 B
JavaScript

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