UNPKG

@quarkly/atomize

Version:

Library for creating atomic react components

3 lines 284 B
import _kebabCase from "lodash/kebabCase"; export var themePrefixes = ['filter', 'animation', 'background', 'boxShadow', 'color', 'font', 'fontFamily', 'transition', 'transform', 'transitionTimingFunction', 'transitionDuration']; export var themeProps = themePrefixes.map(_kebabCase);