# rawCssString

**Kind:** Function

**Source:** [`src/helper/css/common.ts`](https://github.com/honojs/hono/blob/main/src/helper/css/common.ts#L32)

**Part of:** [Helper](subsystem-src-helper)

## Signature

```ts
function rawCssString(value: string): CssEscapedString
```

## Parameters

| Name | Type |
|---|---|
| `value` | `string` |

**Returns:** `CssEscapedString`

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `createCssContext` — `src/helper/css/index.ts`:72
- `createCssJsxDomObjects` — `src/jsx/dom/css.ts`:77
