UNPKG

zss-engine

Version:
8 lines (7 loc) 189 B
const styleSheets = {}; export function injectServerCSS(hash, sheet) { styleSheets[hash] = sheet; } export function getServerCSS() { return Object.values(styleSheets).join('\n'); }