From bf1fef8933e090ec92dbb04c66f9c868044c242f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 10 Nov 2025 18:41:23 +0100 Subject: init commit --- theme.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 theme.js (limited to 'theme.js') diff --git a/theme.js b/theme.js new file mode 100644 index 0000000..a04f660 --- /dev/null +++ b/theme.js @@ -0,0 +1,9 @@ +const global_sheets = []; + +export function add_css(sheets) { + global_sheets.push(...sheets); +} + +export function css() { + return global_sheets; +} -- cgit v1.2.3-70-g09d2