UNPKG

jb-core

Version:

jb design system core modules

7 lines (6 loc) 185 B
import { defineColors } from "./color/index.js"; import { defineSizes } from "./sizes/index.js"; export function registerDefaultVariables() { defineSizes(); defineColors(); }