UNPKG

metamorphosis

Version:

A css variable management library that helps create and organize variables into easily configurable themes.

28 lines (27 loc) 787 B
import { Base } from "./Base.js"; import { ControlVar } from "./ControlVar.js"; import { InterpolatedVars } from "./InterpolatedVars.js"; import { Theme } from "./Theme.js"; import { createArrayfromRatio, createNumericalInterpolator, cssObjectToString, defaultKeyNamer, escapeKey, lerp, lerpValue, modifiyKeys, padNum, paddedByStepKeyNamer, paddedKeyNamer, roundIfNeeded, scaleValue, tailwindColorKeyNamer } from "./utils.js"; import * as Units from "./Units.js"; export { Base, ControlVar, InterpolatedVars, Theme, Units, createArrayfromRatio, createNumericalInterpolator, cssObjectToString, defaultKeyNamer, escapeKey, lerp, lerpValue, modifiyKeys, padNum, paddedByStepKeyNamer, paddedKeyNamer, roundIfNeeded, scaleValue, tailwindColorKeyNamer };