aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-01-14 15:47:00 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2026-01-14 15:47:00 +0100
commit9d74e1679915cc0c5f56413879276fc43b093892 (patch)
tree10c1582a70633cea261c30ca6007b9915c363bc3 /index.js
parentca647a41364001b6f996715bd2313b44ac28a4d3 (diff)
load css by textHEADmaster
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 06f7e94..92e2174 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,3 @@
-export { css } from './css.js';
+export * as css from './css.js';
export * as theme from './theme.js';
export * as element from './element/index.js'