UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

6 lines (5 loc) 275 B
export { CssValue, CssProps } from './types'; export { head } from './head'; export { global } from './css/global'; export { format, transform, image } from './css/css'; export { toEdges, toMargins, toPadding, toShadow, toPosition, toAbsolute, toRadius, } from './css/util';