UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

7 lines (6 loc) 181 B
import { CssValue } from './types'; export { CssValue }; export { color } from './color'; import * as api from './style'; export const style = api; export const css = style.format;