UNPKG

uinix-theme

Version:

Fully configurable framework-agnostic theme system (spec, theme, renderer, themed styles/keyframes/CSS variables) for building UIs. Your theme your rules 🤘.

6 lines (4 loc) • 222 B
export {combineStyles} from './lib/combine-styles.js'; export {createCssVariables} from './lib/create-css-variables.js'; export {createThemeRenderer} from './lib/create-theme-renderer.js'; export * from './lib/types.js';