zss-engine
Version:
A CSS-in-JS transpiler engine for building zero-runtime stylesheets at build time.
8 lines (7 loc) • 478 B
TypeScript
export type { CSSProperties } from './types/css-properties.js';
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';