# createCssJsxDomObjects

**Kind:** Function

**Source:** [`src/jsx/dom/css.ts`](https://github.com/honojs/hono/blob/main/src/jsx/dom/css.ts#L77)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
function createCssJsxDomObjects({ id })
```

## Parameters

| Name | Type |
|---|---|
| `{ id }` | `any` |

## Relationships

- IMPORTS → `CLASS_NAME`
- IMPORTS → `DEFAULT_STYLE_ID`
- IMPORTS → `PSEUDO_GLOBAL_SELECTOR`
- IMPORTS → `SELECTOR`
- IMPORTS → `SELECTORS`
- IMPORTS → `STYLE_STRING`
- IMPORTS → `cssCommon`
- IMPORTS → `cxCommon`
- IMPORTS → `keyframesCommon`
- IMPORTS → `viewTransitionCommon`
- IMPORTS → `rawCssString`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `createCssContext` — `src/helper/css/index.ts`:72
