UNPKG

@chasemoskal/magical

Version:

web toolkit for lit apps

7 lines 266 B
import { obtool } from "./toolbox/obtool.js"; import { mixinCss } from "./mixins/css.js"; export const themeElements = (theme, elements) => { return obtool(elements) .map(Element => mixinCss(theme)(Element)); }; //# sourceMappingURL=theme-elements.js.map