UNPKG

zss-engine

Version:

A CSS-in-JS transpiler engine for building zero-runtime stylesheets at build time.

7 lines (6 loc) 414 B
export { genBase36Hash } from './utils/hash.js'; export { transpile } from './utils/transpile.js'; export { transpileAtomic } from './utils/transpile-atomic.js'; export { splitAtomicAndNested, processAtomicProps } from './utils/processor-atomic.js'; export { overrideLonghand } from './utils/override-longhand.js'; export { camelToKebabCase, applyCssValue, isAtRule, exceptionCamelCase } from './utils/helper.js';