Asset / node_modules /css-tree /cjs /syntax /atrule /starting-style.cjs
Really-amin's picture
Fix Futures analysis freshness clock skew and verify KuCoin fallback
3401f26 verified
Raw
History Blame Contribute Delete
198 Bytes
'use strict';
const startingStyle = {
parse: {
prelude: null,
block(nested = false) {
return this.Block(nested);
}
}
};
module.exports = startingStyle;