---
title: css
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.2/packages/ui/src/style/css-mixin.ts#L24
---

# css

## Summary

Applies generated class names for CSS object styles.

## Signature

```ts
const css: MixinFactory<Element, [styles: CSSProps], ElementProps>;

```