Remix
Remix
remix/ui · FunctionView Source

css

Summary

Applies generated class names for CSS object styles.

Signature

const css: <boundNode extends Element>(
  args: [styles: CSSProps],
) => MixinDescriptor<boundNode, [styles: CSSProps], ElementProps>;