Files
crypto_trader/frontend/node_modules/css-tree/cjs/syntax/atrule/starting-style.cjs

13 lines
198 B
JavaScript

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