UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

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